Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.34 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.34 KB

Moviez

  • Upon launch, present the user with an grid arrangement of movie posters.
  • Allow user to change sort order via a menu:
    • the sort order can be by most popular, or by top rated or by Favorite
  • Allow the user to tap on a movie poster and transition to a details screen with additional information such as:
    • original title
    • movie poster image thumbnail
    • A plot synopsis (overview of movie)
    • user rating
    • release date
  • users can view and play trailers ( either in the youtube app or a web browser).
  • users can read reviews of a selected movie.
  • allow users to mark a movie as a favorite in the details view by Heart icon button
    • favorite movies can be seen offline and does not require an Internet.
used Picasso library for handling image loading and caching.
used themoviedb.org API.
used Content Providers for data storage.

alt tag alt tag alt tag alt tag alt tag