Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 857 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 857 Bytes

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: 34
Minimum SDK version: 27
Kotlin version: 2.0.20
Gradle version: 8.6.0