Coder Social home page Coder Social logo

basicmoviesapp's Introduction

BasicMoviesApp

An android app built using Kotlin to display movies and its details. The movies are dislayed in form of a list that is fetched from the API.

The app consits of three major screens/activities :

  • Upcoming Movies
  • Popular Movies
  • Top-rated Movies

Each particular screen has 10 โ€“ 20 movies with an image/poster, title, genres and a brief overview. The movies are arranged in the form of a responsive grid.

Functioning of the app -

The landing page of the app has a 'drop-down' menu where the user selects the type of movie he/she wants to view the details about.

  • The Upcoming movies : this section lists down all the movies that are going to get released and shows the release date.

  • The Popular movies : this section lists down all the movies according to the popularity of the movies in the moviedb.

  • The Top-rated movies : this section lists down all the movies according to the vote count and vote average.

The list in every section is sorted according to the release dates, populairty and vote count respectively and is fetched from the API accordingly.

  • Movie Detail Screen : Then if the user clicks on the movie item he/she is redirected to the movie detail screen which shows all the details of the movie like : language, title, overview, origin_country, budget, revenue etc. Then there is a button at the end of the screen which links the user to the homepage of the movie.

Built using -

BASE-URL = https://api.themoviedb.org/3/

IMAGE BASE-URL = https://image.tmdb.org/

Concepts used -

  • Material Design concepts
  • Contraint and Linear Layouts
  • RecyclerView : to list the movies
  • viewBinding
  • MVVM architecture : using viewModels and LiveData
  • Retrofit Library : to fetch data from the movieDB api.
  • Glide Library : to display images from the api.

Demo

What next?

  • Updating the app by using fragments instead of activities.
  • Updating the UI of the app. Using a tablayout instead of the 'drop-down' menu.
  • Implementing a searching functionality by having a search bar to search among the list of the movies.
  • Use dependency injection to make app more stable.

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.