Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MamdouhRElNakeeb committed Nov 9, 2016
1 parent 1d3fcd6 commit d613d13
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,32 @@
# MoviesApp
MAL - Cohort E Graduation Project
http://mobileapplaunchpad.com.eg

Developing Android Apps - Udacity course
https://classroom.udacity.com/courses/ud853ar

Overview:
- Present the user with a grid arrangement of movie posters upon launch.
- Allow your user to change sort order via a setting:
- The sort order can be by most popular, by highest-rated or favorite movies.

- Allow the user to tap on a movie poster and transition to a details screen with additional information such as:
- Original title
- Movie poster.
- Overview.
- User rating.
- Release date.

- Allow users to view and play trailers (either in the youtube app or a web browser).
- Allow users to read reviews of a selected movie.
- Allow users to mark a movie as a favorite in the details view by tapping a button(star). This is for a local movies collection that you will maintain and does not require an API request.

- The app is optimized for tablet.



Screenshots
-------------

<img src="Screenshots/MoviesApp1.png" height="400" alt="Screenshot"/> <img src="Screenshots/MoviesApp4.png" height="400" alt="Screenshot"/> <img src="Screenshots/MoviesApp2.png" height="400" alt="Screenshot"/>
<img src="Screenshots/MoviesApp1.png" height="400" alt="Screenshot"/> <img src="Screenshots/MoviesApp2.png" height="400" alt="Screenshot"/> <img src="Screenshots/MoviesApp3.png" height="400" alt="Screenshot"/>
<img src="Screenshots/MoviesApp4.png" height="500" alt="Screenshot"/> <img src="Screenshots/MoviesApp5.png" height="200" alt="Screenshot"/>

0 comments on commit d613d13

Please sign in to comment.