An attempt at implementing a RESTful Android application.
restful-android is hosted in the following web site
https://github.com/jeremyhaberman/restful-android
If you think the Android project restful-android 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 restful-android.
Item | Value |
---|---|
Java File Count | 33 |
Supported screen sizes | [hdpi] |
Minimum SDK Version | 7 |
Activity Count | 3 |
jar files used | scribe-1.2.3.jar |
Required Permissions | android.permission.INTERNET |
Asset File Names | assets\LICENSE.txt |
There are 1 image files in restful-android. The names of the image files are listed as follows.
refresh.png
The following screenshort is generated from the image listed above.
restful-android has the following Java source files.
com.jeremyhaberman.restfulandroid.RestfulAndroid.java com.jeremyhaberman.restfulandroid.activity.AboutActivity.java com.jeremyhaberman.restfulandroid.activity.LoginActivity.java com.jeremyhaberman.restfulandroid.activity.TimelineActivity.java com.jeremyhaberman.restfulandroid.activity.base.RESTfulActivity.java com.jeremyhaberman.restfulandroid.activity.base.RESTfulListActivity.java com.jeremyhaberman.restfulandroid.provider.ProfileConstants.java com.jeremyhaberman.restfulandroid.provider.ProfileProvider.java com.jeremyhaberman.restfulandroid.rest.AbstractRestMethod.java com.jeremyhaberman.restfulandroid.rest.GetProfileRestMethod.java com.jeremyhaberman.restfulandroid.rest.GetTimelineRestMethod.java com.jeremyhaberman.restfulandroid.rest.Request.java com.jeremyhaberman.restfulandroid.rest.Response.java com.jeremyhaberman.restfulandroid.rest.RestClient.java com.jeremyhaberman.restfulandroid.rest.RestMethod.java com.jeremyhaberman.restfulandroid.rest.RestMethodFactory.java com.jeremyhaberman.restfulandroid.rest.RestMethodResult.java com.jeremyhaberman.restfulandroid.rest.resource.Profile.java com.jeremyhaberman.restfulandroid.rest.resource.Resource.java com.jeremyhaberman.restfulandroid.rest.resource.Tweet.java com.jeremyhaberman.restfulandroid.rest.resource.TwitterTimeline.java com.jeremyhaberman.restfulandroid.security.AuthorizationManager.java com.jeremyhaberman.restfulandroid.security.RequestSigner.java com.jeremyhaberman.restfulandroid.service.TimelineProcessor.java com.jeremyhaberman.restfulandroid.service.TimelineProcessorCallback.java com.jeremyhaberman.restfulandroid.service.TwitterService.java com.jeremyhaberman.restfulandroid.service.TwitterServiceHelper.java com.jeremyhaberman.restfulandroid.util.Logger.java