Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.31 KB

Popular Movies

Popular Movies project for Google Associate Android Developer Fast Track Nanodegree Program.

This project is using the following library:

Configuration:

  • 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"))

Screenshot:

  • Main menu

alt text

  • Movie detail

alt text

  • Add to favorite

alt text

  • Remove from favorite

alt text

  • Videos popup

alt text