Skip to content

Balram02/MaterialToast

Repository files navigation

MaterialToast

Here comes a little Material Toast library for Android Developers. 😄

Add to Gradle

Add this little piece of code of dependency to your build.gradle file under and you are good to go !

implementation 'com.github.Balram02:MaterialToast:-SNAPSHOT'

Also add maven support to your project

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

ScreenShots

Description

Method

createToast(int ToastType, String CustomText, int ToastShape)

Use

MaterialToast materialToast = new MaterialToast(MainActivity.this,MaterialToast.LENGTH_SHORT);
    materialToast.createToast(MaterialToast.SUCCESS,"Success Material Toast",MaterialToast.SHAPE_DEFAULT);
    materialToast.show();

NOTE: It is inherited from Toast class so all the methods from Toast class are already present. Made with ❤️ by Balram02

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages