Simple task list app for Android. Uses Material Design API and a SQLite DB.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to install Android Studio. To run the application you will need to set up an Android Virtual Device or have a modern Android phone with developers options turned on.
A step by step series of examples that tell you have to get a development env running
First, you need to clone the repository.
https://github.com/mamcclellan/FyreAgenda.git
To run the application, you will need to revert back to the last commit before Google sign-in was added, or set up a Google Developers key in Android Studio. Below we will checkout the latest commit before Google sign-in is added.
git checkout 5971713396af6b3c485b99422e311341221c073d
Then to launch set up an Android Virtual Device, or connect a modern Android phone with developer options turned on.
Launch application.
This project is not open for contribution at this time.
We are still in beta for this project.
- Michael McClellan - mamcclellan
- Kristofer Hoadley - kchoadley
This project is licensed under the MIT License - see the LICENSE.md file for details