Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 2.17 KB

README.md

File metadata and controls

68 lines (47 loc) · 2.17 KB

Popular_Movies_Stage1

Udacity Android Developer Nanodegree Program, Project-2, Popular_Movies_Stage1 app

An app to help users discover popular and recent movies.

App Working:

 - Upon launch, present the user with an grid arrangement of movie posters.
 - Allow the user to change sort order via a setting: The sort order can be by most popular, or by top rated
 - 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 - background poster
 - A plot synopsis
 - user rating
 - release date

What Will I Learn After Stage 1?

 You will fetch data from the Internet with theMovieDB API.
 You will use adapters and custom list layouts to populate list views.
 You will incorporate libraries to simplify the amount of code you need to write

API Key

The movie information uses [The Movie Database (TMDb)](https://www.themoviedb.org/documentation/api) API.
To make your app work, you have to enter your own API key.

API_KEY="Api Key"
  ```

Used libraries

Screenshots

MainScreen

Show some ❤️ and star the repo to support the project

Development

Want to contribute? Great!

Designed And Developed By

AJAY SHARMA