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
.
For more info about the project please check the project wiki by udacity.
Signed APK can be found here.
- Find popular movies.
- Find most rated movies.
- Show trailers and reviews of the movies.
- Mark Movies as favourites.
- Add favourite movies.
- Save favourite movies for offline use alongside thier trailers and reviews.
- Cache images for not loading them again.
- Access the database through a
content provider
. - Provide Content Descriptions for
TalkBack
feature. - Mark movie as a favourite from the main activity and the details one.
- Use
RecyclerView
instead ofGridView
. - Use
Material Design
. - Follow most of
Google Design Guidelines
. - Support Phone and Tablet devices.
You have to replace the variable sensitiveData.API_KEY
with your API Key from The Movie Database
- Icon made by Catalin Fertu from www.flaticon.com.
- Icon made by freepik from www.flaticon.com.
- Icon made by Google from www.flaticon.com.
- Heart vector designed by [Freepik] (http://www.freepik.com/free-photos-vectors/heart).
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/>.