Where is my bus is tool that helps students to track where their school buses are in real time. This project is composed by three clients apps (Android, iOS and Web mobile) and one tracker app. Each school bus has a low-end android device with the tracker app installed in it, every time the buses move 20 meters the app pushes the new location to a real-time firebase database and notify all the clients that the position has changed.
This is the home for the android client source code It is written using java. We are open improvements, if you like 😍 the app and think that there is something missing, or perhaps you want improve something, just do it!. We are looking forward to hear from you.
You can give a look to open issues tab, there you can find new features and bugs reported.
The app works using Google Maps, and firebase please check the docs for any pre-configuration.
If you want to contribute make a pull request with your suggestions or new functionality, the project moderators will review and test your code, if everything is ok, they will add your changes. The name of the contributors would be published on the app info 👏.
- Write code and comments in english
- Try to follow android patterns and best practice [source 1] best_practice [source 2] performace_android
If we notice that someone is very actives and has remarkable participation in the repo, would receive offer to become a repository moderator.
- [iOS App] iOS_repo.
- Android Tracker.
- [Web App] web_app_repo.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request and enjoy! :D
Check out all the super awesome contributors at the contributors page. 💖
If you need help with the repo or you have any question, you can ask to Arturo mejia [email protected] or Angel Garcia [email protected], repository moderators.
This work is licensed under a Creative Commons Attribution 4.0 International License.
✨ happy coding and have fun ✨.