Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lastaapps/cvutbus
This Android app shows bus connections from Koleje Strahov station to Dejvická station and the other way in the city of Prague (for now). These are important for many students from the Czech Technical University in Prague.
https://github.com/lastaapps/cvutbus
android-application androidx jetpack-compose kotlin-android prague public-transport
Last synced: 3 months ago
JSON representation
This Android app shows bus connections from Koleje Strahov station to Dejvická station and the other way in the city of Prague (for now). These are important for many students from the Czech Technical University in Prague.
- Host: GitHub
- URL: https://github.com/lastaapps/cvutbus
- Owner: Lastaapps
- License: gpl-3.0
- Created: 2022-02-07T17:50:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T04:11:09.000Z (3 months ago)
- Last Synced: 2024-10-30T07:17:22.457Z (3 months ago)
- Topics: android-application, androidx, jetpack-compose, kotlin-android, prague, public-transport
- Language: Kotlin
- Homepage:
- Size: 57.9 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ČVUT Bus
This Android app shows bus connections from Koleje Strahov station to Dejvická station and the other way in the city of Prague. These are important for many students from the Czech Technical University in Prague.
The core is written using Kotlin Multiplatform. If you want you can port this codebase to another platform. Modified connection database is fetched from this repo from the `cloud_data` branch, where data will be (hopefully regularly) updated from the original source [PID - Prague Public transport](https://pid.cz/o-systemu/opendata/). The database here contains only the data required by the app so it can be much smaller.
## Features
- The next departure time from the selected station
- Notification with the following times (+ tile)
- The notification can be automatically shown in the morning (after an alarm)
- Background data update
- Large screen and landscape support## Transport connections
- Koleje Strahov - Dejvická
- Stadion Strahov - Karlovo náměstí
- Lotyšská - Karlovo náměstí
- Stadion Strahov - Anděl
- Petřín - Úvaly## Technologies used
- Jetpack libraries (Compose, Work, Data Store, ...)
- Material You
- KMM (Ktor, Kodein, SQLDelight, ...)## Screenshots
![]()
![]()
![]()
![]()
## License
Licensed under `GNU GPL v3.0` [license](LICENSE).
Developed by Petr Laštovička, Lasta Apps 2022