Coder Social home page Coder Social logo

androidcommons's Introduction

Android Commons

A library for faster development of android applications by Cotta & Cush Ltd.

Build Status codecov

Getting Started

Using gradle:

    dependencies {
        compile 'com.github.CottaCush:AndroidCommons:-SNAPSHOT'
    }

    allprojects {
        repositories {
            maven {url 'https://jitpack.io'}
        }
    }

This library requires build tools version 25

Running tests and Code coverage

Steps required to generate coverage reports locally.

Unit tests coverage reports

Open terminal , cd to the project path and run

   ./gradlew jacocoTestReport

The generated reports will be located at [path_to_the_project]/app/build/reports/jacoco/jacocoTestDebugUnitTestReport/html

Instrumentation tests coverage reports

Open terminal , cd to the project path and run

   ./gradlew connectedCheck

The generated reports will be located at [path_to_the_project]/app/build/reports/coverage/debug

Versioning

SemVer is used for versioning.

androidcommons's People

Contributors

beccadaniel avatar codedentwickler avatar goke-epapa avatar helios66 avatar jubriledu avatar rasheedsulayman avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

androidcommons's Issues

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.