This tutorial is built on GetStartedWithData, which is an Android app. The UI for this app is identical to the one in the Mobile Services Android quickstart, except that items that are added to the list are stored locally in memory. You will add the code needed to persist the data to storage.
-
Download the app project from gitHub by clicking here and then Click Download ZIP.
-
Unzip the downloaded file and make a note of its location, or move it to your Android Studio projects directory.
-
Open Android Studio. If you are working with a different project and it appears, close the project (File => Close Project).
-
Select Open an existing Android Studio project, browse to the project location in the AndroidStudio folder of GettingStartedWithData, and then click OK.
The project is now ready for you to work with.
[AZURE.NOTE] If you want to get the sample file used in the preceding version of the Mobile Services Android SDK, you can get it here.