This is a demo Android app using TMDB API.
To run the app:
- Go to: TMDB Getting Started
- Log in / Sign up and generate a Bearer Token (v4 auth).
- In the project root, create a
local.propertiesfile with the following content: TMDB_ACCESS_TOKEN=your_tmdb_token_here
That’s it — now you can build and run the app!