codetoart
code to art assignment (just a simple assignment given by them)
http://codetoart.com/assignment/
Assignment: Upcoming Movies App It is app which list all upcoming movies using The Movie Db API (TMdb). Action bar have info action item, which on clicking navigates to Information screen. It comprises of total 3 screens:
Movie List Screen List down all upcoming movies with following details on the list: Poster Image Name Release Date Adult REST API details Movie List API https://api.themoviedb.org/3/movie/upcoming Params: api_key – b7cd3340a794e5a2f35e3abb820b497f http://codetoart.com/wp-content/uploads/2016/09/movie_main.jpg
Movie Detail Screen When user selects any movie from previous screen, it navigates to Movie detail screen: Movie images with dot-indicator (at least 1 image and maximum 5 image) Title Overview – display only 5 lines with ellipsize end Popularity in Stars rating REST API details Movie Details API https://api.themoviedb.org/3/movie/ Params: api_key – b7cd3340a794e5a2f35e3abb820b497f Get Images API https://api.themoviedb.org/3/movie//images http://codetoart.com/wp-content/uploads/2016/09/movie_details.jpg
Information Screen It simply displays your name :). http://codetoart.com/wp-content/uploads/2016/09/information.jpg