Android Open Source - Development restful restful-android






Project Summary

An attempt at implementing a RESTful Android application.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of restful-android.

ItemValue
Java File Count33
Supported screen sizes[hdpi]
Minimum SDK Version7
Activity Count3
jar files usedscribe-1.2.3.jar
Required Permissionsandroid.permission.INTERNET
Asset File Namesassets\LICENSE.txt




Resource Files

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.

null

Java Source Files

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