Giter Site home page Giter Site logo

srtracker's Introduction

Overwatch SR Tracker

Android companion app that helps keep records of how much SR you win or lose in Overwatch

Icon SR Tracker

This Repository

This repository contains the source code for the Overwatch SR Tracker app.

The branching strucutre is explained here, always branch off master as master reflects the latests development code.

  • new features and issues must branch off master (with the naming topic-*) as master accept merges from this branches.
  • Hotfixes must branch of stable (hotifx-*), as stable reflects the latest code in production and it can accept merges from hotfixes.
  • topic-* branches must merge to master and deleted when work has been done, another topic-* branches must merge the master changes into them to keep working on them.

Installation

This project requires:

  • Android Studio 3.0.1 or later.
  • Android SDK 27 or later.
  • Kotlin 1.2.21 or later.

Device Requirements

This app runs in devices that meet the following requirements:

Minimum Requirements

  • OS: Android 4.1 Ice Cream Sandwich 🍬 (API 16).
  • Memory: 32 MB.
  • Storage: 10 MB.
  • Processor: ARMv5 @ 200 MHz.

Recommended Requirements

  • OS: Android 8.0 Oreo© 🍪 (API 26).
  • Memory: 50 MB.
  • Storage: 12 MB.
  • Processor: ARMv5 @ 420 MHz.

Architecture

This app uses the Model View Presenter (MVP) architectural pattern using the @AlfredoBejarano implementation (SimpleMVP) implementation.

Birefly, this implementation consist in using only three layers for a feature, those being:

  • Model - Any DTO / POJO class.
  • View - A class that Only and only handles data drawing and user interactions, data processing is handled by the Presenter.
  • Presenter - This layer handles data processing, it usually runs on another thread and report this data changes in the main thread for a view to draw it.

A fourth layer is used globaly for defining where the data is located (repository layer), in local database this is accessed with a Presenter class.

In a server (let's say, an API) it's different, the Repository class is an interface that is defined using the Retrofit API definitions and specifies what data the presenter needs to send.

A view draws in the paper as the presenter handles crayons to it, if you force someone to do the other's job, you are doing it wrong

Project Libraries

Current App Version

2.0

Project Licence

The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

srtracker's People

Contributors

alfredobejarano avatar

Watchers

 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.