Android Open Source - Cloud-Phone-client Url Connections






From Project

Back to project page Cloud-Phone-client.

License

The source code is released under:

MIT License

If you think the Android project Cloud-Phone-client listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.networks999.android.app.vspip.util;

public class UrlConnections {
final public static String filePath=CustomHttpClient.BASE_URL+"Screens/screen.png";
final public static int portNo=1895;
final public static String Base_Url="http://192.168.43.29:8080/VirtualSmartPhSer/";
final public static String serverIP="192.168.43.29";
final public static String PullFilePath=CustomHttpClient.BASE_URL+"PullFile/";

}




Java Source Code List

com.networks999.android.app.vspip.main.LoginActivity.java
com.networks999.android.app.vspip.main.MenuActivity.java
com.networks999.android.app.vspip.main.OptionActivity.java
com.networks999.android.app.vspip.main.PullFile.java
com.networks999.android.app.vspip.main.PushFile.java
com.networks999.android.app.vspip.main.ScreenCapture.java
com.networks999.android.app.vspip.main.UserRegistration.java
com.networks999.android.app.vspip.util.CustomHttpClient.java
com.networks999.android.app.vspip.util.UrlConnections.java