CNIT 355 Final Project (Android App)
- Download the latest Git from here and Android Studio
- If you are Windows user, make sure you check getting git bash while you install
- Open up terminal (command prompt for windows), cd to the directory (like Documents, Downloads, Desktop, whatever you want) that you want to store this project. Here are the tutorials for terminal and command prompt if you don't have a clue how to use them.
- Type in the following command to clone down the project
git clone git@github.com:Jaylooker/AppName.git
If you fail cloning:
- Check your permission to the project with your team leader
- Check if you have added the ssh key of your computer to Github, if not, follow this tutorial to create a new ssh-key and this tutorial to add your ssh-key to Github
-
cd into Project after you finish cloning
-
Open Android Studio
-
Open project location with Android Studio . . . PROFIT!
Please add or update more resources listed over time
- Basics:
- Git
- HTML, CSS, JavaScript
- Firebase
Please feel free to contribute to this project:
- Fork it
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request