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..
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.
The following table is the detailed list of android-rest-request.
Item | Value |
---|---|
Java File Count | 20 |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 1 |
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