This is a solution for take home test. And also a boilerplate for some basic android app. Based on the current architectural pattern described in Android Guidelines
You can always get latest version of the app from here
- Get API Read access token from TMDB.
- You will need to create 'secrets.defaults.properties' file in the root of the project with the following content:
AUTH_TOKEN="<your eyJhb... token>"
- Use
./gradlew assembleDebug
to build the apk. - The result will appear in
app/build/outputs/apk/debug/app-debug.apk
.