Android Development Projects Table Contents these projects have further readme contents. TaskMaster ReadMe How to open project: Open Android Studio clone this repo open by selecting new project and selecting a project folder. build gradle done How these projects were created: 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