kibotu / common.android.utils

Common Android Ui Utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Donation About Jan Rabe

Common Android Library. Build Status API Gradle Version Licence Retrolambda Javadoc

A collection of commonly used static android helper methods. Mainly for android views.

How to install

repositories {
    maven {
        url "https://jitpack.io"
    }
}
	
dependencies {
        compile 'com.github.kibotu:common.android.utils:-SNAPSHOT'
}

Features

Extensions

View

Input

GeoIp

RequestProvider.freeGeoIpService().getGeoIp() // http://freegeoip.net/json/{$ip} 10k requests per hour
RequestProvider.ipInfoIoService().getGeoIp()  // http://ipinfo.io/{$ip}/json 1k per day
RequestProvider.ipApiComService().getGeoIp()  // http://ip-api.com/json/{$ip} 150 per minute

Sound

Storage

CachedHawkValue

Menu

Simple Debug Logger

About

Common Android Ui Utilities

License:Apache License 2.0


Languages

Language:Java 100.0%