Skip to content

fortoszone/MovieDB

Repository files navigation

“main”

Description

Simple Android app using The Movie Database (TMDB) API

Features

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.

Tech Stack

  • MVVM + Repository Pattern
  • Retrofit
  • Room Database
  • Dependency Injection - Manual
  • Material3

All credits to TMDB