Skip to content

tal32123/Popular-Movies

Repository files navigation

Popular Movies

This app shows a list of popular movies based off of different sorting paramaters (Most popular, highest rated, and favorites). Once a movie is clicked, the app shows more details on the chosen movie. All of this is pulled off the internet and synchronizes with the server once a day as the movie database is only updated once a day.

Lessons Learned

  • Build a clean UI
  • Sync to a server
  • Create content provider
  • Create SQLite database
  • Create different layouts for different screen sizes and orientations
  • Parse JSON
  • Deployed on Google Play Store

Installation

  • Get an API key for the movie database
  • Insert API key into the App's build.gradle file in the area marked: "\"INSERT MOVIE DB API KEY HERE\"" Ex. "\"1234567\""

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5

About

Helps you find the perfect movie to watch!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages