Collection of improved and easy-to-implement versions of common Android classes.
Custom interface classes with instantiate, initialize, listen, load functions. Works with ViewBinding
Step 1: Add to project level build.gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2: Add to app level build.gradle
dependencies {
implementation 'com.github.u-barnwal:AndroidCustomInterfacesLibrary:VERSION'
}
The code for all the above classes mostly self-explanatory, if you go through them once you'll get the gist.
If you want to use them and want a proper documentation, feel free to write me at me@utsav.pro :)
Experimental build for internal usages only!