Keep track of upcoming movies on your Android using TMDB API
After cloning the project, just import to Android Studio
To use your own TMDB API key, add the properties
TMDB_API_KEY_DEV=your_api_key_for_development
TMDB_API_KEY_RELEASE=your_api_key_for_release
on $HOME/.gradle/gradle.properties
- Kotlin
- Support Library v7 (AppCompat, Design, RecyclerView, ConstraintLayout)
- RxAndroid - To work with Android and Main (UI) scheduler
- Retrofit 2 - To abstract network layer
- NYTimes Store - Async Repository implementation for data loading and cache
- AAC - To help implement MVVM handling lifecycles
- Picasso - To easily load web images
Pietro Caselani, pc1992@gmail.com