MoviesApp

This is a movies app application that displays a list of movies and movie details.

To run the app

you need to put the following in your local.properties

BASE_URL=https://api.themoviedb.org/3/

API_KEY=Bearer xxxxxx.. // replace it with your authorization from the TMDB profile

Screenshot_20230807_233220 Screenshot_20230807_233230

Technologies

  • Jetpack Compose for UI
  • Clean Archticture for App Archticture
  • Room for Local DB
  • Retrofit for Networking
  • Coroutines for Concurrency

App Flow

Yassir