Android Open Source - Example example AsyncHttpUrlConnection






Project Summary

This is the Simple Example of use HttpUrlConnection for Android.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of AsyncHttpUrlConnection.

ItemValue
Java File Count7
Target SDK Version17
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Java Source Files

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