allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.bikrammhz1:Libary:1.0.3'
}
LogDeb.d(this,"nepal"); LogDeb.d("TAG","nepal");
Toasty.ToastLong(this,"hello");
Toasty.ToastShort(this,"hello");
SnackBar.show(this,"LENGTH_LONG_MESSAGE", Duration.LENGTH_LONG);
SnackBar.show(this,"LENGTH_SHORT_MESSAGE", Duration.LENGTH_SHORT);
SnackBar.show(this,"LENGTH_INDEFINITE_MESSAGE", Duration.LENGTH_INDEFINITE);
DialogAnimation.successDialog(this,true,"#3d3123","Button Text", "Message",R.drawable.ic_circle);
DialogAnimation.errorDialog(this,true,"#3d3123","Button Text", "Message",R.drawable.ic_circle);