Skip to content

santimattius/android-movie-app-template

Repository files navigation

Android Movie App Template

This is a template to build an Android app applying good practices and using a clean architecture, you will see that the code is super decoupled with external frameworks and even with the same Android framework, this will help you to model your domain purely in Kotlin without generating external dependencies.

App Capture App Capture

TheMovieDB API

Check this documentation: https://www.themoviedb.org/documentation/api

Setup TheMovieDb apikey on project

Using local properties for define api key:

Dependencies

Below you will find the libraries used to build the template and according to my criteria the most used in android development so far.

Referencias