Netflex – Movie app for android


Netflex is a movie app for android phones, which has a functionality
to fetch top rated or popular movies from the TMDB api.
User can click any of the movies , to see it’s details
or add it to favorites which will save it locally on the device
When the phone is not connected to the internet, only favorites
page is available where user can see all the saved movies

App details:

  • Minimum SDK – 21
  • Target SDK – 30
  • Compile SDK – 30
  • Build Flavors – top rated, popular

Used libraries:

  • Android navigation
    • 2.3.5
  • Dagger 2
    • 2.39.1
  • Retrofit
    • 2.9.0
  • Retrofit gson converter
    • 2.8.0
  • Glide
    • 4.12.0
  • Kotlin coroutines
    • 1.5.2
  • Room
    • 2.3.0

GitHub

View Github