A repository for the Popular Movies Android App as part of the Udacity Android Nanodegree Program. Logo ©️ to George Bokhua
Clone and put your TMDB API key in gradle.properties as follows: APIKEY=<'YOUR-TMDB-API-KEY'>
- RecyclerView Implementation (and it's ViewHolder Pattern)
- Content Provider using Schematic
- Material Design Implementation
- Two Pane Tablet Layout
- Picasso Image Caching Library
- ButterKnife for View Injection ❤️
- Timber for Lazy Logging
- Stetho for debugging ❤️
- Ability to save Favorite Movies
- Twitter like favorite button onclick animation
- Custom Views
- Offline Working (You can view your favorite movie collection offline)
[] Use Retrofit for API call.