Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

Main screen in the light mode Settings in the light mode Main screen in the dark mode Settings in the dark mode

Settings in the light mode Settings in the dark mode

## License

Licensed under `GNU GPL v3.0` [license](LICENSE).

Developed by Petr Laštovička, Lasta Apps 2022