Burger in an Android app that makes finding lunch buddies easy!
Make sure that you have Android Studio installed. Android Studio is the official integrated development environment for Google's Android operating system. You can download it here: https://developer.android.com/studio
- Clone the Burger repository
- Add a text file called "BurgerKeyStorePassword" that has a password in it and store it in the app folder of the cloned repository. The password can be anything. This is done so builds can be completely automated
- Open the cloned repository in Android Studio. File -> Open
- Plug in the android phone you want to test the app on. Make sure your device is in developer mode and that you have enabled developer options. Read more on that here: https://developer.android.com/studio/debug/dev-options
- Now run the program by clicking play button (green triangle in upper-right hand corner) of Android Studio. It will ask you which device you would like to run the application on. Select your device.
The Burger project is welcoming pull requests!
- Fork the repository
- Clone the project to your local machine
- Create a new branch and commit changes to them
- Push your code changes to your fork
- Submit a pull request
We will then review your changes.
Issue reports and feature requests are welcome. Please use the GitHub "Issues" tracker to do so.
- Paul Repka - Project Founder
This project is licensed under the MIT License - see the LICENSE.md file for details.