Giter Club home page Giter Club logo

movieapp's Introduction

Movie App Documentation

Movie App - check current and upcoming movie lists in your nearby movie theaters.

Basic Functionalities:

• 1 central page with two tabs at the top

o 1 tab titled “Now Playing”
o 1 tab titled “Upcoming movies”

• Each tab shows a list of movies according to the tab selected

o Each row item (CardView) has:
	 Movie name
	 Movie popularity

• Movie Detail Page:

o Click movie in the list (RecyclerView item click) moves to movie detail page.
o Movie details page contains: Movie Title, Movie Image, Overview, Release Date, User Rating. 

Extra Features:

  • Pagination mechanism: Implemented using lazy list
  • Show at least 1 associated image for each movie row item
  • Error retry handling (No Internet connection) If internet connection gets lost, App opens snackbar and user can hit retry to connect to internet again.
  • Configuration Changes: Used saved instance state bundle to store the object of movie list and retrieving the same object by the same bundle. This feature saves number of calls made to the backend.
  • Animation Used gridLayoutAnimation, that shows animation from left to right and top to bottom while scrolling.
  • Swipe Refresh Layout To refresh the whole page.

Pattern:

  1. Adapter Pattern
  2. ViewHolder Pattern

Libraries Used:

  1. Retrofit
  2. Glide
  3. Gson
  4. RecyclerView with Cardview

movieapp's People

Contributors

maulikshah999 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.