Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 798 Bytes

File metadata and controls

29 lines (21 loc) · 798 Bytes

Popular Movies

Project 1 and 2 for the Udacity Android Nanodegree. This native android app retrieves the latest hit movies from the themoviedb.org API and displays the results to the users.

screen screen

Instructions

To run this app, obtain an API key from themoviedb.org and create a java class at /app/src/main/java/com/udacity/richard/movieproject/api/ApiKey.java with a public string named API_KEY containing your own api key.

Features

  • Find movies by category
    • Popularity
    • Rating
  • Browse details about a movie
    • User ratings, release dates, plot summaries
    • Trailers
    • User reviews
  • Add movie to a favorites list
  • Offline capabilities

3rd Party Android Libraries

  • Glide
  • Retrofit
  • OkHttp3
  • Gson