Udacity Android Developer Nanodegree Program, Project-2, Popular_Movies_Stage1 app
An app to help users discover popular and recent movies.
- 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
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
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"
```
MainScreen
Want to contribute? Great!
AJAY SHARMA