Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waseemsabir/offroad
Simple application that showcases best principles and practices for Native Android development.
https://github.com/waseemsabir/offroad
Last synced: 3 days ago
JSON representation
Simple application that showcases best principles and practices for Native Android development.
- Host: GitHub
- URL: https://github.com/waseemsabir/offroad
- Owner: WaseemSabir
- Created: 2024-05-11T12:42:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-12T00:03:14.000Z (6 months ago)
- Last Synced: 2024-10-17T19:49:06.108Z (21 days ago)
- Language: Kotlin
- Homepage:
- Size: 2.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Off-Road
Simple application that showcases best principles and practices for Android development.
Below are few things included in this project:
* UI built with **Jetpack Compose**
* Uses single activity **Navigation Compose** for navigation
* Compose presentation layer with **ViewModel** per screen.
* UI Reactivity using **Flow** and **coroutines** for async operations.
* A **data layer** with a repository and network data source.
* Dependency injection using **Hilt**.
* Maps with **Maplibre SDK**.
* Location and other permission management with **Accompanist Permission**## Screenshots