Movie browsing app, made using themoviedb api, as part of Udacity : Popular Movies (Part-2)
In app/build.gradle replace "COPY YOUR MOVIE DB API KEY HERE" with your API key
App demo here
- Stetho [For debugging]
- Glide [For image loading/caching]
- Butterknife [For binding]
- Retrofit [For rest api calls]
- Gson [For json handling]
- Otto[Event bus]
- [Parcelable Vs Serializable] Link
- [Loaders] Link
- [Content Providers] Link
- [Sync Adapter] Udacity Sunshine
- [Custom typeface & textviews] Link
- [SubtitleCoordinator] Link
Part-1 here


