This Library collects commonly helper method from resources on github, stackoverflow .I hope it useful to you.
Step 1. Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
compile 'com.github.chihung93:UniversalUtils:v1.0'
}
Require : ContextHelper.init(this) in class Application
StringUtils.
BatteryUtils.
etc...
https://github.com/alexvasilkov/AndroidCommons : Alex Vasilkov
https://github.com/apl-devs/Android-Helper : APL Developers
https://github.com/changer/android-utils : Safety Changer
https://github.com/nisrulz/android-utils : Nishant Srivastava
https://github.com/iknow4/Android-utils : WHOKNOWME
https://github.com/Trinea/android-common : Trinea
https://github.com/jaydeepw/android-utils : Jaydeep
https://github.com/apache/commons-lang : The Apache Software Foundation
https://gist.github.com/ryugoo/0abcf50fcbd497acf2b7 : Ryutaro Miyashita
https://github.com/madhanhere/android-utils : madhankumar
- Unit Test
- Validation
- Time Ago
- Intent ( open Browsers, Mail , etc ..)
If you found this project useful, then please consider giving it a ⭐️ on Github and sharing it with your friends via social media.