Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicosnicolaou16/samplecomposewithhiltandroom
This project is an application that applied the latest and recommended Google Technologies such as Jetpack Compose, Hilt Dependencies Injection and Room Database.
https://github.com/nicosnicolaou16/samplecomposewithhiltandroom
android android-application coroutines coroutines-android dagger-hilt hilt-android jetpack-compose kotlin ksp-android mvvm mvvm-architecture offline retrofit room-database
Last synced: 3 months ago
JSON representation
This project is an application that applied the latest and recommended Google Technologies such as Jetpack Compose, Hilt Dependencies Injection and Room Database.
- Host: GitHub
- URL: https://github.com/nicosnicolaou16/samplecomposewithhiltandroom
- Owner: NicosNicolaou16
- Created: 2022-02-12T21:03:15.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T22:06:26.000Z (3 months ago)
- Last Synced: 2024-11-02T23:16:15.006Z (3 months ago)
- Topics: android, android-application, coroutines, coroutines-android, dagger-hilt, hilt-android, jetpack-compose, kotlin, ksp-android, mvvm, mvvm-architecture, offline, retrofit, room-database
- Language: Kotlin
- Homepage:
- Size: 194 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Compose With Hilt and Room
This project is an application that applied the latest and recommended Google technologies for Android such as Jetpack Compose, Hilt Dependencies Injection
and Room Database.# This Project contains:
Compose
Hilt Dependencies Injection
Room Database
Coroutines
Kotlin ktx
MVVM
Support kapt and ksp (ksp only setup for Room Database)
minifyEnabled, shrinkResources, R8 are enabled
Gradle Kotlin DSL
Offline Support# Feeds/Urls/End Point (parsing some data from the response)
## (Links References for Ends Points)
https://github.com/r-spacex/SpaceX-API (GitHub)
https://docs.spacexdata.com/?version=latest (Postman)Target SDK version: 35
Minimum SDK version: 28
Kotlin version: 2.0.21
Gradle version: 8.7.2