Skip to content

The app allows users to discover the most popular movies playing.

Notifications You must be signed in to change notification settings

TanyaYu/PopularMovies

Repository files navigation

My first project in Android Developer Nanodegree course

Popular Movies

The app allows users to discover the most popular movies playing. The movies are provided by The Movie Database API service.

The app functionality

  • Presents user the most popular and highest-rated movies;
  • Allows user to view movie detail information;
  • Allows user to add or remove a movie to Favorite list;
  • Allows user to browse Favorite movies list;
  • Plays trailers on the youtube;

What have I learned from this project?

In this project, I demonstrate the fundamental skills of programming for Android I've learned after first lessons. The skills include:

  • Understanding of Activity Lifecycle;
  • Fetching data from the Internet with API service;
  • Using RecyclerView and adapters;
  • Integrating a third-party library;
  • Implementing a ContentProvider;
  • Using explicit and implicit intents;
  • Using Data Binging;
  • ...and others.

Developed by

About

The app allows users to discover the most popular movies playing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages