A simple intent service to do background http call on android.
HttpIntentService is hosted in the following web site
https://github.com/akshaydashrath/HttpIntentService
If you think the Android project HttpIntentService 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 HttpIntentService.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 14 |
Minimum SDK Version | 10 |
Activity Count | 0 |
jar files used | android-support-v4.jar commons-io-2.1.jar gson-1.6.jar jackson-core-asl-1.9.1.jar jackson-mapper-asl-1.9.1.jar signpost-commonshttp4-1.2.1.1.jar signpost-core-1.2.1.1.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
HttpIntentService has the following Java source files.
com.akshay.http.service.HttpIntentService.java com.akshay.http.service.ResultHandler.java com.akshay.http.service.builders.ServiceIntentBuilder.java com.akshay.http.service.constants.HttpStatusCodes.java com.akshay.http.service.utils.ServiceUtilities.java com.akshay.http.service.utils.SimpleFilterInputStream.java