Simple Android app using The Movie Database (TMDB) API
Mainly consist in 3 parts:
- Home page, where you can see popular, now playing, and top rated movie according to TMDB.
- Detail page, shows movie' information and it's reviews, and add or remove it to your favorite.
- Favorite page, that shows movie that you added to your favorite.
- MVVM + Repository Pattern
- Retrofit
- Room Database
- Dependency Injection - Manual
- Material3
All credits to TMDB