https://github.com/nioupola/btb
Android application for Brest public transports
https://github.com/nioupola/btb
android android-application android-studio java-android transport
Last synced: 2 months ago
JSON representation
Android application for Brest public transports
- Host: GitHub
- URL: https://github.com/nioupola/btb
- Owner: nioupola
- License: mit
- Created: 2015-06-30T10:00:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T21:58:04.000Z (over 10 years ago)
- Last Synced: 2025-10-12T20:49:15.956Z (2 months ago)
- Topics: android, android-application, android-studio, java-android, transport
- Language: Java
- Homepage: https://www.nlegall.fr/btb
- Size: 1.62 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BTB
[](http://opensource.org/licenses/MIT)
[](https://travis-ci.org/Darkitty/BTB)
This app use OpenData from Brest public transports like :bus: in order to show you all usefull informations : disturbances, stop position, next arrival or timesheet.
You can use this application in English, but also French, Spanish and German. If you find any language mistakes, you can open an issue.
## Requirements
### For development
Only Android Studio or any other IDE who can use for Android is necessary. The dependances are automatically added in project.
### For use
A phone with Android 4.4 version or highter.
## Permissions
```INTERNET``` : For get informations from the web service
```ACCESS_NETWORK_STATE - ACCESS_FINE_LOCATION```: Get current position for give you the route before your position and the selected stop
```READ_EXTERNAL_STORAGE - WRITE_EXTERNAL_STORAGE``` : For file caching (static files likes lines or stops) and bookmark save
## Contribution/Help
If you like my app, you can fork it and add some news features or give me some :cake:
## Contact
You can send mail to btb@nlegall.fr for any questions
## Credits
Author : Nicolas Le Gall (http://www.nelgall.fr - :octocat:/Darkitty)
Web Service : Brest Métropole
_make with :heart:_