Sample native Android app to demonstrate how to login to Drupal using Service module and post the contents using REST..
DrupalAndroidApp is hosted in the following web site
https://github.com/ajinkyakulkarni/DrupalAndroidApp
If you think the Android project DrupalAndroidApp 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 DrupalAndroidApp.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 16 |
Minimum SDK Version | 7 |
Activity Count | 10 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
DrupalAndroidApp has the following Java source files.
com.example.DrupalAppDemo.AddArticle.java com.example.DrupalAppDemo.BuildConfig.java com.example.DrupalAppDemo.BuildConfig.java com.example.DrupalAppDemo.ListActivity.java com.example.DrupalAppDemo.LoginActivity.java