Android template project made with Kotlin, Jetpack, MVVM, Dagger Hilt, and RxJava
Android template project - A simple movie client that queries themoviedb.org
/data/repository/movie
This is the main entry point for accessing and manipulating movies data:
Implementations:
/network
Abstraction over the API communication that defines (all) endpoints.
This templates uses [Chopper], an http client generator, to make network requests.
/di
Dagger Hilt is used to manage 2 scopes: App and (custom) User scope