Skip to content

A simple Android app, that helps you discover most popular and most rated movies. Project 2 of Udacity Android Developer Nanodegree.

Notifications You must be signed in to change notification settings

sanxy/PopularMoviesStage1

Repository files navigation

Popular Movies Stage 1

Android app that helps user to discover popular movies using api key. This is to fulfil the course for Udacity's Android Developer Nanodegree.

Features:

  • Present the user with a grid arrangement of movie posters upon launch.
  • Allow your user to change sort order via a setting:
  • The sort order can be by most popular or by highest-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 thumbnail A plot synopsis (called overview in the api) user rating (called vote_average in the api) 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 views.

Requirements

  • Java 8
  • Latest version of Android SDK and Android Build Tools
  • api key from themoviedb.org (Just put your API key into ~/.gradle/gradle.properties file)

ScreenShot

1

Running The Tests

This android application has been tested on android running on 4.2, 4.4, 6.0 and 7.0 and various devices

Deployment

Any android device

Libraries

  • MVP Pattern
  • TheMoviesDB API
  • Retrofit
  • ButterKnife
  • Picasso
  • GSON
  • Shimmer Effect

Authors

Yusuf Adefolahan

License

Popular Movies Stage 1 is made available under the terms of the MIT License.

MIT License

Copyright (c) 2018-2019 Yusuf Adefolahan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

A simple Android app, that helps you discover most popular and most rated movies. Project 2 of Udacity Android Developer Nanodegree.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages