HarshitPatel25 / Popular-Movies

An app that displays details about popular playing movies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Popular-Movies

An app that displays details about popular playing movies. It also allows the user to view and explore his favourite movies while in offline mode. Created as a part of Android Developer Nanodegree provided by Udacity. Note: In order to build your own app, add your own API key obtained from http://themoviedb.org to build.gradle:Module as

buildTypes.each{

    it.buildConfigField 'String', 'MOBDB_API_KEY',"\"api_key\""

}

Replace api_key with your own API KEY.

#Libraries Used : Butterknife Retrofit Glide Simple Sql Provider

#Screenshots Full res screenshot http://imgur.com/a/Ijzy2

About

An app that displays details about popular playing movies.


Languages

Language:Java 100.0%