Skip to content
This repository was archived by the owner on Sep 16, 2019. It is now read-only.

kibotu/common.android.utils

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages