Giter VIP home page Giter VIP logo

moviesapp's Introduction

MoviesApp

An application that show a list of categories, a list of movies,the details of the movie and let the user save it on his own list.

The app follows the MVVM architecture with the repository pattern, alongside Dagger for DI.

Compiling

After cloning and opening the project, you would need to create the ApiKeys.kt file under the utils folder, and add your proper API key from the movie DB API. After that, you can run the project.

Modifying

Folder structure

There are 4 main folders: app, db, ui, utils.

  • app: Contains Application and dependencies related stuff, such as Dagger Modules, API and local models, adapters, etc.
  • db: Contains the Room database related stuff, such a Entities, daos, typeconverters, etc.
  • ui: Contains the Activities and the MVVM implementations for then. Also, the epoxy controllers and callback classes.
  • utils: Contains utilities, views and base classes.

Contributing

I made this app for pratice/profesional porpouses, so I won't be accepting pull requests. Though, I will read and accept any issues, from code smells to suggestions.

Desing, libraries and other stuff applied

  • Room
  • Data binding
  • Material Components
  • ViewModel and LiveData
  • Coroutines
  • Dagger for dependecy injection
  • Retrofit
  • Epoxy
  • MVVM architecture + Repository pattern

Check the app!

You could download the .apk file from the release tab.

moviesapp's People

Contributors

eagskunst avatar

Watchers

James Cloos 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.