/popular-movies-stage-one

An Android app that presents movies in a grid view

Primary LanguageJavaApache License 2.0Apache-2.0

Popular Movies - Stage One

The app will:

  • 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
    • Plot synopsis
    • User rating
    • Release date

This product uses the TMDb API but is not endorsed or certified by TMDb.

Tools/Libraries

  • Gradle v4.4
  • Android Plugin v3.1.2
  • Android API v27
  • Android Build Tools v27
  • Android Support Library v27
  • Butter Knife
  • Retrofit
  • Glide

Note

Please substitute your API key for PrivateApiKey.YOUR_API_KEY in the MoviesListFragment.java file (callMoviesApi() method).

License


Copyright 2018 Srinath Chintapalli

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.