An example/Tutorial code explaining how to properly implement REST in Android.
android-rest-spring-template is hosted in the following web site
https://github.com/itsalif/android-rest-spring-template
If you think the Android project android-rest-spring-template 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-spring-template.
Item | Value |
---|---|
Java File Count | 3 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar spring-android-auth-1.0.1.jar spring-android-core-1.0.1.jar spring-android-rest-template-1.0.1.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
android-rest-spring-template has the following Java source files.
ca.liquidlabs.restandroid.MainActivity.java ca.liquidlabs.restandroid.model.RestCallback.java ca.liquidlabs.restandroid.model.User.java