Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.11 KB

Popular Movies

Screenshot

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.

Libraries used

Butterknife
Retrofit
Picasso
PicassoPalette
[ExpandableTextView] (https://github.com/Manabu-GT/ExpandableTextView)

Third-party code

Code snippets used from(credited in code as well) :
Network Check
GridAutofitLayoutManager
Recyclerview JSON parsing