You are on page 1of 2

Mobisys Technology, Pune

Instructions!

Your code must follow Android coding standards!


You can use third-party open source library wherever required. Developers using libraries
will be preferred and will be plus factor while evaluating your assignment.!
Minimum Android SDK version supported can be v4.0.!
You can use Eclipse or Android Studio whichever you will preferred.!

!
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:!

1. 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!

!
!
!

Please check the next page to see how screen will look. !

!
!

REST API details!

2. 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!

!
!
!

Movie Details API!


https://api.themoviedb.org/3/movie/<movie-id>!
Params:!
api_key - b7cd3340a794e5a2f35e3abb820b497f!

!
!
!

Get Images API!


https://api.themoviedb.org/3/movie/<movie-id>/images!
Params:!
api_key - b7cd3340a794e5a2f35e3abb820b497f!

!
!

Page 1

Mobisys Technology, Pune


3. Information Screen!

!
!
!

It simply displays your name :).!

Any Questions related to assignment?, Please feel free to ask us on info@mobisys.in!

!
!

Page 2

You might also like