Add a file called secrets.properties
in ./data/.config/
the file should contain the following (case sensitive):
clientId = "YOUR_OWN_TRAKT_API_KEY" clientSecret = "YOUR_OWN_TRAKT_API_SECRET" tmdbSecret = "YOUR_OWN_TMDB_API_KEY"
Trakt-Trend is a simple application built on top of support-arch only for the sole purpose of demonstrating how to use the library in preparation for AniTrend v2.0. As such this may never become a fully featured application, beyond being a playground.
The tivi repository has offered a lot of insights from the use of coil, tmdb-java, trakt-java and a couple of other helpful extension functions when working with retrofit.