Skip to content

mlegy/Popular-Movies-App

Repository files navigation

Popular Movies App

This is my version of Popular Movies App The final project of the Udacity course Developing Android Apps: Android Fundamentals.

This App is graded as Exceeds Specifications by the Udacity Team. alt text

For more info about the project please check the project wiki by udacity.

Signed APK can be found here.

Features:

  1. Find popular movies.
  2. Find most rated movies.
  3. Show trailers and reviews of the movies.
  4. Mark Movies as favourites.
  5. Add favourite movies.
  6. Save favourite movies for offline use alongside thier trailers and reviews.

Technical Notes:

  1. Cache images for not loading them again.
  2. Access the database through a content provider.
  3. Provide Content Descriptions for TalkBack feature.
  4. Mark movie as a favourite from the main activity and the details one.
  5. Use RecyclerView instead of GridView.
  6. Use Material Design.
  7. Follow most of Google Design Guidelines.
  8. Support Phone and Tablet devices.

Screenshots:

  • Phone:

    alt text alt text alt text alt text alt text alt text

  • Tablet:

    alt text alt text

How to build the App:

You have to replace the variable sensitiveData.API_KEY with your API Key from The Movie Database

Libraries:

Credits:

License:

Popular Movies - Android Developer Nanodegree Program - Final Project #1.
Copyright (C) 2015  Ahmad El-Melegy

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

Android Developer Nanodegree Program - Final Project #1

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages