0% found this document useful (0 votes)
36 views

Assignment

The document provides instructions for an assignment to create an upcoming movies app using The Movie DB API. It outlines 3 screens for the app: 1) A movie list screen that displays upcoming movie posters, names, release dates and adult ratings pulled from the API; 2) A movie details screen with images, title, overview and popularity rating for a selected movie; 3) A simple information screen displaying the developer's name. It includes API endpoints and parameters for getting movie lists and details. Developers are encouraged to use third-party libraries and support Android 4.0+.

Uploaded by

Ravindra Gore
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views

Assignment

The document provides instructions for an assignment to create an upcoming movies app using The Movie DB API. It outlines 3 screens for the app: 1) A movie list screen that displays upcoming movie posters, names, release dates and adult ratings pulled from the API; 2) A movie details screen with images, title, overview and popularity rating for a selected movie; 3) A simple information screen displaying the developer's name. It includes API endpoints and parameters for getting movie lists and details. Developers are encouraged to use third-party libraries and support Android 4.0+.

Uploaded by

Ravindra Gore
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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 [email protected]!

!
!

Page 2

You might also like