An open source asynchronous network data processing framework that supports json, xml data format, you can also custom extensions TaskHandler, to achieve their business.
android_http_framework is hosted in the following web site
https://github.com/allen1988/android_http_framework
If you think the Android project android_http_framework 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 android_http_framework.
Item | Value |
---|---|
Java File Count | 14 |
Target SDK Version | 14 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
android_http_framework has the following Java source files.
com.allen.http.MainActivity.java com.allen.http.MyParser.java com.allen.http.framework.HttpAsyncTaskManager.java com.allen.http.framework.HttpFactory.java com.allen.http.framework.HttpManager.java com.allen.http.framework.HttpSimpleFactory.java com.allen.http.framework.IOUtils.java com.allen.http.framework.InputStreamTaskHandler.java com.allen.http.framework.JsonArrayTaskHandler.java com.allen.http.framework.JsonObjectTaskHandler.java com.allen.http.framework.MyException.java com.allen.http.framework.Request.java com.allen.http.framework.StringTaskHandler.java com.allen.http.framework.TaskHandler.java