Android Open Source - Framework RESTful android-rest-request






Project Summary

A simple framework for handling REST requests and responses. Includes the option to make requests asynchronously in a background thread, and allows for failed requests to be stored and re-run later on..

Web Site / Source Repository

android-rest-request is hosted in the following web site
https://github.com/hansonchris/android-rest-request

If you think the Android project android-rest-request 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-rest-request.

ItemValue
Java File Count20
Target SDK Version16
Minimum SDK Version8
Activity Count1




Java Source Files

android-rest-request has the following Java source files.

com.dridian.android_rest_request.AsyncTaskRequestHandlerInterface
.java
com.dridian.android_rest_request.AsyncTaskResponseHandlerInterface
.java
com.dridian.android_rest_request.CachedWebServiceResponse.java
com.dridian.android_rest_request.PendingWebService
.java
com.dridian.android_rest_request.PendingWebServicePersistentStorageWrapper
.java
com.dridian.android_rest_request.PendingWebServiceQueue
.java
com.dridian.android_rest_request.PendingWebServiceQueueApplicationHelper
.java
com.dridian.android_rest_request.PendingWebServiceQueueBackgroundService.java
com.dridian.android_rest_request.PendingWebServiceQueueManager
.java
com.dridian.android_rest_request.PendingWebServiceQueueParams
.java
com.dridian.android_rest_request.PendingWebServiceSubscriberInterface
.java
com.dridian.android_rest_request.RequestAsyncTask
.java
com.dridian.android_rest_request.RestResponse.java
com.dridian.android_rest_request.RestResponseInterface
.java
com.dridian.android_rest_request.WebServiceAbstract.java
com.dridian.android_rest_request.WebServiceDeleteAbstract.java
com.dridian.android_rest_request.WebServiceGetAbstract.java
com.dridian.android_rest_request.WebServiceInterface
.java
com.dridian.android_rest_request.WebServicePostAbstract.java
com.dridian.android_rest_request.WebServicePutAbstract.java