Skip to content

NicosNicolaou16/ShipsWithComposeMvvmUIStatesAndRepository

Repository files navigation

Ships With Compose Mvvm UI States and Repository

This project is an application that applied some of the latest 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
Repository
UI States
Offline

Tutorials (Combination)

https://www.youtube.com/watch?v=eAbKK7JNxCE&ab_channel=PhilippLackner
https://github.com/philipplackner/WeatherApp
https://developer.android.com/topic/architecture/ui-layer/state-production
https://github.com/android/architecture-samples
https://github.com/android/sunflower

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: 1.9.24
Gradle version: 8.4.0