Scoop
An open-source Android app for helping students find rides on campus.
Installation
Clone this repository and import into Android Studio
git clone [email protected]:cuappdev/rideshare-android.git
Generating signed APK
From Android Studio:
- Build menu
- Generate Signed APK…
- Fill in the keystore information (you only need to do this once manually and then let Android Studio remember it)
Maintainers
This project is maintained by the Android Team @ Cornell Appdev
Contributing
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m ‘Add some feature’)
- Run the linter: https://developer.android.com/studio/write/lint
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request