Skip to content

Latest commit

 

History

History
executable file
·
13 lines (9 loc) · 798 Bytes

README.md

File metadata and controls

executable file
·
13 lines (9 loc) · 798 Bytes

AmI 2019 - Lab 8: Android

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:

  1. Fork your own copy of this Git repository (Fork button in the upper right corner of the GitHub repository webpage) to your personal account
  2. 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
  3. Fill the requested fields (repository URL, location on disk, ...) and press the "Clone" button
  4. Commit and push the changes you made back to GitHub, from the VCS menu in Android Studio

Solution

The solution for all the exercises is in the solution branch