Skip to content

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

Notifications You must be signed in to change notification settings

ajayshrma/Popular_Movies_Stage1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages