MoveeIntro.mp4
This is an Android Tmdb client project.
To be able to run the application, a TMDB api key should be set as environment variable as API_KEY_TMDB = your_api_key
graph TD;
Presentation-->Domain;
Data-->Domain;
A multi module project includes authentication and cached pagination with clean architecture.
Kotlin
This is an Android Tmdb client project.
To be able to run the application, a TMDB api key should be set as environment variable as API_KEY_TMDB = your_api_key
graph TD;
Presentation-->Domain;
Data-->Domain;