Skip to content

Abhinav1997/Popular-Movies

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages