android-util

General

Category
Free
Tag
Utils
License
MIT License
Min SDK
1 (Android 1.0)
Registered
Jan 11, 2016
Favorites
0
Link
https://github.com/freefair/android-util
See also
Zipangu
RxUnfurl
AndroidQuickUtils
Country
Apache Commons IO

Additional

Language
Java
Version
3.2.0 (Mar 30, 2018)
Created
Nov 9, 2015
Updated
Mar 30, 2018 (Retired)
Owner
freefair
Contributors
Lars Grefer (larsgrefer)
Michael Prankl (eidottermihi)
2
Activity
Badge
Generate
Download
Source code

android-util

Android Utility classes

How to include

repositories {
    // ...
    maven { url "https://jitpack.io" }
}

dependencies {
    // All at once
    compile 'io.freefair:android-util:<version>'
    
    // Only some modules
    compile 'io.freefair.android-util:function:<version>'
}