The goal of this exercise is to design and implement an Android client for the todo list manager storing tasks with id, description, and urgent.
To get started:
- Fork your own copy of this Git repository (Fork button in the upper right corner of the GitHub repository webpage) to your personal account
- Open Android Studio on your computer and select Checkout project from Version Control > Git in the "Welcome to Android Studio" window, to clone your (forked) repository
- Fill the requested fields (repository URL, location on disk, ...) and press the "Clone" button
- Commit and push the changes you made back to GitHub, from the VCS menu in Android Studio
The solution for all the exercises is in the solution branch