Git Product home page Git Product logo

moviedb-android's Introduction

MovieDB

The goal is to create a sample app, with login/registration (FireBase), connect to https://www.themoviedb.org/ and get the top movies from there, manage searching in the Movie DB, have a profile screen, sync current playing movies in the cinemas to a local DB from Movie DB and have a favourite section where you can view the movies what you liked.

  1. Login/Register: On this screen you have to have a login/register section for the user, this can be locally, with SQLite Database. After login users will be navigated to the main screen, where they will have a bottom navigation, with the help of it they can navigate in the app easily.
  2. Home screen: Will be a bottom navigation item for it and on this screen the user can view the top movies from the Movie DB. Also will have on option to search for movies in the DB. One list item should have an Image, Short description and a Title. Pagination is also needed at listing.
  3. Profile screen: Will be a bottom navigation item for it and on this screen the user can view his/her profile, can change profile picture and can change password. All locally, with with SQLite Database.
  4. Detail screen: For this create a separate screen, without bottom navigation. You need on โ€œXโ€ in the top right corner for closing it, if needed. Also you have to display a video about it, images (with a scrolling listing horizontally), description, title, a like button (to favourites) and a related movies list (also with a scrolling listing horizontally - each item will have an image and a title, in case you click on it will show the detail page of it).
  5. Favourites screen: In case you like a movie on the Detail screen, then it will be saved in a local DB, and will be listed here. Will be a bottom navigation item for this too. It will work like the Home screen, just the data will come from the favourites local DB.
  6. Now in cinemas screen: Will be a bottom navigation item for it and on this screen the users can check the currently playing movies in the cinemas. For this you will have a local DB, which will be updated in every 12 hour by a service which will download and save the movies with the release date for the past 3 and the next 3 days. In every 12 hour the services deletes the old data and populates with the new ones. The functionality of the screen has to be like the Home screen.

moviedb-android's People

Contributors

hbotonds avatar

Watchers

 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.