A handy set of utility for android
For integration refer here For Usage docs refer here
For complete docs click here
Validation
Utility
Helper
APK
android-utility is made available through jitpack.io
, so getting it as simple as adding it as a dependency.
Add this in your root build.gradle
file (not your module build.gradle
file):
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
Add this to your module's build.gradle
file (make sure to change LATEST with the version in the JitPack badge):
dependencies {
...
compile 'com.github.aaabidunique:android-utility:LATEST'
}
where LATEST
corresponds to latest release created on this repository
Changes exist in the here.
I welcome and encourage all Issues/Pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic guidelines:
- For feature or issue, please only change specified code mentioned in the request.
- Please keep titles easy to read and descriptive of changes, this will make them easier to merge/fix.
- Check for existing issues first, before filing an issue.
Have fun!
If you are using android-utility in your app and would like to be listed here, please let me know by opening a new issue!
- Device Tool - Playstore
If you found this library helpful and want to help the developer, consider buying a cup of ☕