An app demonstrating an implementation of Uncle Bob's Clean Architecture
- Model-View-Presenter
- Dagger Dependency Injection
- Clean Architiecture via Presentation / Data / Domain / Platform modules
- Visit TheMovieDB and register for an account
- Create an API key
- In the
watchnext-app
folder create a file calledsettings.properties
- Inside settings.properties add this line
themoviedb.api_key=<KEY>
where<KEY>
is the v3 auth key you created in step 3 - Run the project