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. The database here contains only the data required by the app so it can be much smaller.
- 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
- Koleje Strahov - Dejvická
- Stadion Strahov - Karlovo náměstí
- Lotyšská - Karlovo náměstí
- Stadion Strahov - Anděl
- Petřín - Úvaly
- Jetpack libraries (Compose, Work, Data Store, ...)
- Material You
- KMM (Ktor, Kodein, SQLDelight, ...)
Licensed under GNU GPL v3.0
license.
Developed by Petr Laštovička, Lasta Apps 2022