Skip to content

Zanerast/Practice_App-Popular_Movies

Repository files navigation

Udacity Project - Popular Movies

Project Overview

Android Project for Udacity Android Developer Nanodegree.

In this project, build an app to allow users to discover the most popular movies playing.

Why this Project

You need to know how to build clean and compelling user interfaces (UIs), fetch data from network services, and optimize the experience for various mobile devices.

By building this app, you will demonstrate your understanding of the foundational elements of programming for Android. Your app will communicate with the Internet and provide a responsive and delightful user experience.

What Will I Learn?

Through this project, you will:

  • Fetch data from the Internet with theMovieDB API
  • Use adapters and custom list layouts to populate list views
  • Incorporate libraries to simplify the amount of code you need to write

Features:

  • Allow users to change sort order via a menu
  • Sort order can be by most popular, top rated, or favourites
  • Allow user to tap on a movie poster and transition to a details screen with additional information
  • Load Trailers through Youtube App or URL
  • Save Movies to their Favourites
  • Favourites list accessible while off-line

Libraries

  • ButterKnife
  • Picasso

For this app to function correctly an API Key is needed from TheMovieDB website, please input into the Constants class file

Alt text Alt text Alt text

About

Android project for Udacity Android Developer Nanodegree

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages