GithubHelp home page GithubHelp logo

mtgcardsinfo's Introduction

MTG Cards Info for Android

Welcome to MTG Cards Info's open source Android app!

Contributing

If you are interesting in contribute to the project, please check out CONTRIBUTING.md and CODE_OF_CONDUCT.md .

How does it work

The application is written 100% Kotlin and it is a fairly standard android application: it has a quite clean architecture with different layers:

  • UI layer, mostly activities and fragments
  • presenters layer, the bridge between business logic and UI
  • interactors layer, a wrapper around the business logic to handle how to get/pass the data (eg. background threading)
  • repositories layer, the business logic of the app

Libraries

The application makes use of several libraries:

  • dagger for dependency injection
  • leak canary to find memory leaks
  • gson to parse json
  • rx java for threading and reactive programming
  • glide to load images
  • crashlytics to log events and crashes
  • espresso, mockito and robolectric for testing
  • android support library

Unit testing

All layers, except UI, have lots of unit tests to ensure that logic is working and will not get lost in the future releases. If you are thinking to contribute, please have a look at the existing tests to have an idea on what to test.

Dependencies

To check if there are new library dependencies available, please run:

sh dependencies.sh

mtgcardsinfo's People

Contributors

dbottillo avatar asos-danielebottillo 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.