Use of HttpURLConnection to connect to internet and retrieve data of an URL..
AndroidConectionExample is hosted in the following web site
https://github.com/xkiver/AndroidConectionExample
If you think the Android project AndroidConectionExample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AndroidConectionExample.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
AndroidConectionExample has the following Java source files.
cl.telematica.httpconnectexample.DownloadActivity.java cl.telematica.httpconnectexample.HttpConnectExampleActivity.java cl.telematica.httpconnectexample.asynctask.DownloadManager.java cl.telematica.httpconnectexample.factories.MessageFactory.java cl.telematica.httpconnectexample.interfaces.DownloadListener.java cl.telematica.httpconnectexample.interfaces.OnDialogAction.java