A modern, feature-rich Movie & TV Show tracking application showcasing Android development best practices using Jetpack Compose and Kotlin.
Home | Movies | Detail | Trakt |
---|---|---|---|
And more!
This app follows the MVVM architectural pattern.
git clone https://github.com/moallemi/Film-Time.git
First off, you require the latest Android Studio Flamingo (or newer) to be able to build the app.
This project uses ktlint, provided via the spotless gradle plugin, and the bundled project IntelliJ codestyle.
If you find that one of your pull reviews does not pass the CI server check due to a code style conflict, you can
easily fix it by running: ./gradlew spotlessApply
.
You need to supply API / client keys for the various services the app uses:
You can find information about how to gain access here.
Add this to your ~/.gradle/gradle.properties
file:
# Get this from TMDb
FILM_TIME_TMDB_API_KEY=<insert>
# Get these from Trakt
FILM_TIME_TRAKT_CLIENT_ID=<insert>
FILM_TIME_TRAKT_CLIENT_SECRET=<insert>
Do not forget to restart Android Studio to apply changes to your environment.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details.