Get details about new movies sorted as most popular or top rated.
Project created for Udacity's Android Nanodegree program.
Get your own API from themoviedb and add it to app/build.gradle
buildTypes.each {
it.buildConfigField 'String', 'MOVIE_DB_API_KEY', "\"YOUR_API_KEY\""
}
Replace YOUR_API_KEY with your own API key.
Butterknife
Retrofit
Picasso
PicassoPalette
[ExpandableTextView] (https://github.com/Manabu-GT/ExpandableTextView)
Code snippets used from(credited in code as well) :
Network Check
GridAutofitLayoutManager
Recyclerview JSON parsing