Android Open Source - Framework Asynchronous android_http_framework






Project Summary

An open source asynchronous network data processing framework that supports json, xml data format, you can also custom extensions TaskHandler, to achieve their business.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of android_http_framework.

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




Java Source Files

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