FleksyMovieApp

The Movie Database API integration application that lists popular/highest-rated movies and shows similar movies with selected movie in detail screen. It also has dark/light theme switching feature.

MVVM pattern used with Kotlin Flows as reactive programming library and Hilt as depencendy injection library, also Clean Code paradigm followed with SOLID principles using lots of Interfaces(to make it less dependent) and UseCases. Jetpack Compose Navigation used to navigate between screens. Unit tests written using MockWebServer(to simulate fake API Service) library.

Building the app

1.Open local.properties in the root directory

2.Add your TMDB API key as follows

API_KEY=ADD_YOUR_API_KEY_HERE

3.Run the app(debug).

If you want to play with release flavor, you have to create your own signature!!!

Used Libraries

GitHub

View Github