fmrsabino / movies-db-android

7 stars 1 forks source link

movies-db-android

This is a sample kotlin project to showcase a demo MVP Android project. It shows how different frameworks interact with each other on the MVP architecture.

Libraries

Setup

This application uses The Movie DB API. You need to obtain an API key for the application before using it. Create a file named project-keys with the following line MOVIES_DB_API_KEY = "<YOUR_API_KEY>"

MVP/MVI

This project follows the Model-View-Presenter/Model-View-Intent architecture. You can read more about it here.