Loading repository data…
Loading repository data…
otamurod / repository
This project is a simple Android application that demonstrates the use of modern Android development practices. The app fetches the user's live location and displays it on a map with a taxi icon as a marker. The project is built using Kotlin and Jetpack Compose, following the Clean + MVI architecture, and supports both Dark and Light themes.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project is a simple Android application that demonstrates the use of modern Android development practices. The app fetches the user's live location and displays it on a map with a taxi icon as a marker. The project is built using Kotlin and Jetpack Compose, following the Clean + MVI architecture, and supports both Dark and Light themes.
You can find the project prototype over here
Clone this repository:
git clone https://github.com/otamurod/MyTaxi.git
cd MyTaxi
Open the project in Android Studio.
Add keystore.properties gradle file at root project directory. Add your MAPBOX_DOWNLOADS_SECRET_TOKEN there
Build the project and run it on an Android device or emulator.