TVTracker is a wip tv show browsing app. It uses the Trakt API to deliver show toplists, the The Movie Database API for additional images and detailed information and the The TVDB API for Actor information and pictures.
The project should work with any recent version of Android Studio.
The app uses various APIs to deliver dynamic data. You need to supply your own API keys for Trakt.tv, TMDB and TheTVDB.
After you obtained the api keys you can provide them to the app by putting the following in the
gradle.properties
file in your user home:
# Get these from Trakt.tv
traktClientId = <insert>
traktClientSecret = <insert>
# Get this from TMDb
tmdbKey = <insert>
# Get this from TVDB
tvdbKey = <insert>
Linux/Mac: ~/.gradle/gradle.properties
Windows: C:\Users\USERNAME\.gradle