- these projects have further readme contents.
- TaskMaster ReadMe
- Open Android Studio
- clone this repo
- open by selecting new project and selecting a project folder.
- build gradle
- done
- Creating a new Android Studio project
- Open Android Studio
- Choose "Start a new Android Studio project"
- Choose "Empty Activity"
- Choose an application Name
- Choose a Package name (that is unique to you!)
- Choose a Save location (make sure you create a folder to contain everything)
- Select a Minimum SDK (we're going to use API 24 in this class)
- Leave everything else default (we're using Java as our language, and we don't need the legacy android.support libraries)
- Press Finish