Skip to content

Pierry/SimpleToast

Repository files navigation

SimpleToast

Android Arsenal

Notifications for Android (like a Toast)

Current version: 1.01

Example

alt tag alt tag

Gradle

Into your build.gradle:

repositories {
  maven { url "https://jitpack.io" }
}

dependencies {
  compile 'com.github.Pierry:SimpleToast:v1.01'
}

Ref. https://jitpack.io/#Pierry/SimpleToast/v1.01

Usage

The API is kept as simple as the Toast API:

Create a SimpleToast for any CharSequence:

SimpleToast.ok(Context, CharSequence);
SimpleToast.error(Context, CharSequence);
SimpleToast.info(Context, CharSequence);

Questions

Questions regarding SimpleToast can be asked on StackOverflow, using the simpletoast tag.

License

Apache Version 2.0

About

Notifications for Android (like a Toast)

Resources

Stars

181 stars

Watchers

10 watching

Forks

Packages

 
 
 

Contributors

Languages