This is the Simple Example of use HttpUrlConnection for Android.
AsyncHttpUrlConnection is hosted in the following web site
https://github.com/ddpatel2606/AsyncHttpUrlConnection
If you think the Android project AsyncHttpUrlConnection 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 AsyncHttpUrlConnection.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
AsyncHttpUrlConnection has the following Java source files.
com.example.httpurlconnection.network.AsyncHttpHeaders.java com.example.httpurlconnection.network.AsyncHttpParams.java com.example.httpurlconnection.network.AsyncHttpResponse.java com.example.httpurlconnection.network.AsyncHttpURLConnection.java com.example.httpurlconnection.network.AsyncSimpleMultipart.java com.example.httpurlconnection.network.NetworkUtils.java com.example.httpurlconnections.HttpMainActivity.java