Android Open Source - Development intent HttpIntentService






Project Summary

A simple intent service to do background http call on android.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of HttpIntentService.

ItemValue
Java File Count6
Target SDK Version14
Minimum SDK Version10
Activity Count0
jar files usedandroid-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 Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Java Source Files

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