A Rick an Morty app that loads information from The Rick and Morty API. And here I refered from this website Android Architecture: Hilt, MVVM, Kotlin Coroutines, Live Data, Room and Retrofit (ft. Rick and Morty) by Santiago Beroch.
But the problem that I faced was that, they used xml layouts and the App Architecture was also not upto the mark. I've completely changed the architecture to clean architecture.
The major things that you may learn if you refer:
- Three layer:
- Presentation layer
- Domain layer
- Data layer
- Hilt
- Repository/manager
- Jetpack compose
- Use cases
- Navigation
- Retrofit
- Kotlin Coroutines
- Pagging 3