Popular Movies project for Google Associate Android Developer Fast Track Nanodegree Program.
- Create your API key file
apiKey = <your api key>
- Change this line on
build.gradle
file with your themoviedb.com API key path
Properties properties = new Properties()
properties.load(new FileInputStream("/Users/harismawan/Developer/ApiKey/themoviedb"))
- Main menu
- Movie detail
- Add to favorite
- Remove from favorite
- Videos popup