andrew-codechimp / AndroidUtils

A library of common misc code for Android apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeChimp Android Utils

Release

A library of common misc code for Android apps.

This is not designed to be an everything to everyone lib, just the bits I find useful. I would suggest forking and using your own variant as things are likely to be broken over time.

Documentation

https://jitpack.io/com/github/andrew-codechimp/androidutils/1.x/javadoc/

Install

Step 1: Add the JitPack repository to your build file

allprojects {
    repositories {
        jcenter()
        maven {
            url "https://jitpack.io"
        }
    }
}

Step 2: Add the dependency in the form

dependencies {
    compile 'com.github.andrew-codechimp:androidutils:1.+'
}

Maintained By

Andrew Jackson andrew@codechimp.org

Google+ profile: https://plus.google.com/+AndrewJacksonUK

About

A library of common misc code for Android apps


Languages

Language:Java 100.0%