Skip to content
This repository has been archived by the owner on Jun 30, 2018. It is now read-only.

Keep track of upcoming movies on your Android device

Notifications You must be signed in to change notification settings

pietrocaselani/UpcomingTracker

Repository files navigation

UpcomingTracker

Keep track of upcoming movies on your Android using TMDB API

Instructions

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

Dependencies

  • 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

Author

Pietro Caselani, pc1992@gmail.com

About

Keep track of upcoming movies on your Android device

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages