!!PLEASE READ THE GETTING STARTED SECTION BELOW!!
Bring Your Own Idea!
- Clone this repo to your local machine.
- Create a new folder inside of your cloned repo (e.g. like "Project1").
- Create a new Android Studio project (min SDK version of API 23). During the initial project setup, set the Save location to the new folder that you just created (e.g. so you can commit your project back into this repo).
- If you are extending Project 1, you can instead copy your project files into this repo and push them up. You'll need to do this if working in pairs so your partner can access them (in addition to possibly sharing API keys). If you're working individually, I'd still ask you do this for organization's sake for grading.
- Use git to add, commit, and push your new project to the
main
branch - now you have your starting point set locally and on GitHub! You are now ready to get started. - Don't forget to branch before you create commits - you'll need to create Pull Requests for the major project deliverables.
View the Project Requirements Document for full details!