Azure Mobile services allows for a quick and easy way to get a RESTful backend staged up. This code example shows how to create a simple Todo application and persist the data to Azure..
Android-Azure-Mobile-Services-TodoList is hosted in the following web site
https://github.com/ntheile/Android-Azure-Mobile-Services-TodoList
If you think the Android project Android-Azure-Mobile-Services-TodoList 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-Azure-Mobile-Services-TodoList.
Item | Value |
---|---|
Java File Count | 3 |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar gson-2.2.2.jar mobileservices-1.1.0.jar |
Required Permissions | android.permission.INTERNET |
Asset File Names | assets\images\ams.PNG assets\images\app.PNG |
Android-Azure-Mobile-Services-TodoList has the following Java source files.
com.example.wskauth.ToDoActivity.java com.example.wskauth.ToDoItem.java com.example.wskauth.ToDoItemAdapter.java