Git Product home page Git Product logo

tmdb-listings's Introduction

TMDB Listings

A simple Android application which shows TV Shows and Movies listings from TMDB.

This app stands on the principles of Clean Architecture

It's based on the MVP adding a domain layer between the presentation layer and repositories, splitting the app in three layers:

MVP: Model View Presenter pattern.

Domain: Holds all business logic. The domain layer starts with classes named use cases used by the application presenters. These use cases represent all the possible actions a developer can perform from the presentation layer.

Repository: Repository pattern.

Image

The application consists of four UI screen:

Movies Screen

Shows the movies listings. MoviesFragment.java is responsible for showing movies listings. com.dubizzle.app.movies package contains classes used to show movies.

Tv Shows Screen

Shows the Tv Shows listings. TvShowsFragment.java is responsible for showing movies listings. com.dubizzle.app.tvshows package contains classes used to show TV Shows.

Detail Screen

Shows details of the selected item. DetailActivity.java is responsible for showing details of the screen. 'com.dubizzle.app.details' package contains all the related classes.

Filter Screen

Shows the filters for date. FilterActivity.java is responsible for showing the filter screen. The filter package contains the files related to this.

Libraries

Unit Testing

Unit testing of all the presenter is done as well as the instrumentation tests.

Code Coverage for the business logic layer

Feedback

For feedback and quering, please email at [email protected].

tmdb-listings's People

Contributors

xardox69 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.