Skip to content

Custom interface classes with instantiate, initialize, listen, load functions. Works with ViewBinding

Notifications You must be signed in to change notification settings

utsavdotpro/AndroidCustomInterfacesLibrary

Repository files navigation

Android Custom (Interfaces) Library

Collection of improved and easy-to-implement versions of common Android classes.

Custom interface classes with instantiate, initialize, listen, load functions. Works with ViewBinding

Implementation

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'
}

Available classes

Information

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 [email protected] :)

Important

Experimental build for internal usages only!