Skip to content

yaroslavyadrov/movieDb

Repository files navigation

Movie DB test app

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

Build instructions:

  1. Get API Read access token from TMDB.
  2. You will need to create 'secrets.defaults.properties' file in the root of the project with the following content:
AUTH_TOKEN="<your eyJhb... token>"
  1. Use ./gradlew assembleDebug to build the apk.
  2. The result will appear in app/build/outputs/apk/debug/app-debug.apk.