Utility libraries and classes that can make me(and others) more productive.
Download
Gradle:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.dhimant1990:AndroidUtils:V1.1'
}