Back to Toasty

Toasty

README.md

1.5.29.1 KB
Original Source

Toasty

<div align="center"> </div>

The usual Toast, but with steroids.

Prerequisites

Add this in your root build.gradle file (not your module build.gradle file):

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

Dependency

Add this to your module's build.gradle file (make sure the version matches the JitPack badge above):

gradle
dependencies {
	...
	implementation 'com.github.GrenderG:Toasty:1.5.2'
}

Configuration

This step is optional, but if you want you can configure some Toasty parameters. Place this anywhere in your app:

java
Toasty.Config.getInstance()
    .tintIcon(boolean tintIcon) // optional (apply textColor also to the icon)
    .setToastTypeface(@NonNull Typeface typeface) // optional
    .setTextSize(int sizeInSp) // optional
    .allowQueue(boolean allowQueue) // optional (prevents several Toastys from queuing)
    .setGravity(int gravity, int xOffset, int yOffset) // optional (set toast gravity, offsets are optional)
    .supportDarkTheme(boolean supportDarkTheme) // optional (whether to support dark theme or not)
    .setRTL(boolean isRTL) // optional (icon is on the right)
    .apply(); // required

You can reset the configuration by using reset() method:

java
Toasty.Config.reset();

Usage

Each method always returns a Toast object, so you can customize the Toast much more. DON'T FORGET THE show() METHOD!

To display an error Toast:

java
Toasty.error(yourContext, "This is an error toast.", Toast.LENGTH_SHORT, true).show();

To display a success Toast:

java
Toasty.success(yourContext, "Success!", Toast.LENGTH_SHORT, true).show();

To display an info Toast:

java
Toasty.info(yourContext, "Here is some info for you.", Toast.LENGTH_SHORT, true).show();

To display a warning Toast:

java
Toasty.warning(yourContext, "Beware of the dog.", Toast.LENGTH_SHORT, true).show();

To display the usual Toast:

java
Toasty.normal(yourContext, "Normal toast w/o icon").show();

To display the usual Toast with icon:

java
Toasty.normal(yourContext, "Normal toast w/ icon", yourIconDrawable).show();

You can also create your custom Toasts with the custom() method:

java
Toasty.custom(yourContext, "I'm a custom Toast", yourIconDrawable, tintColor, duration, withIcon, 
shouldTint).show();

Extra

You can pass formatted text to Toasty!

There are variants of each method, feel free to explore this library.

Screenshots

Please click the image below to enlarge.

Third Party Bindings

React Native

You may now use this library with React Native via this module.

Apps using Toasty

Want to be here? Open an issue or make a pull request.

<table> <tr> <td><a href="https://play.google.com/store/apps/details?id=cheetatech.com.colorhub"></a></td> <td><a href="https://play.google.com/store/apps/details?id=cheetatech.com.colorhub">ColorHub - Color Palette</a></td> </tr> <tr> <td><a href="https://play.google.com/store/apps/details?id=com.fa.daily.free"></a></td> <td><a href="https://play.google.com/store/apps/details?id=com.fa.daily.free">Daily – News flipped around</a></td> </tr> <tr> <td><a href="https://play.google.com/store/apps/details?id=es.jmoral.ozreader"></a></td> <td><a href="https://play.google.com/store/apps/details?id=es.jmoral.ozreader">Oz! Comic Reader</a></td> </tr> <tr> <td><a href="https://play.google.com/store/apps/details?id=com.andreacioccarelli.impactor"></a></td> <td><a href="https://play.google.com/store/apps/details?id=com.andreacioccarelli.impactor">Impactor Unroot</a></td> </tr> <tr> <td><a href="https://play.google.com/store/apps/details?id=com.andreacioccarelli.fusemounter"></a></td> <td><a href="https://play.google.com/store/apps/details?id=com.andreacioccarelli.fusemounter">Fusemounter</a></td> </tr> <tr> <td><a href="https://play.google.com/store/apps/details?id=com.thesrb.bluewords&referrer=utm_source%3Dgithub%26utm_medium%3Dtoasty%26utm_content%3Dlogo%26utm_campaign%3Dreadme"></a></td> <td><a href="https://play.google.com/store/apps/details?id=com.thesrb.bluewords&referrer=utm_source%3Dgithub%26utm_medium%3Dtoasty%26utm_content%3Dname%26utm_campaign%3Dreadme">BlueWords</a></td> </tr> <tr> <td><a href="https://play.google.com/store/apps/details?id=com.levionsoftware.instagram_map"></a></td> <td><a href="https://play.google.com/store/apps/details?id=com.levionsoftware.instagram_map">Photo Map - Photo and Video Gallery</a></td> </tr> <tr> <td><a href="https://play.google.com/store/apps/details?id=com.sunshine.makilite"></a></td> <td><a href="https://play.google.com/store/apps/details?id=com.sunshine.makilite">Maki for Facebook & Twitter</a></td> </tr> <tr> <td><a href="https://play.google.com/store/apps/details?id=com.KillerBLS.modpeide"></a></td> <td><a href="https://play.google.com/store/apps/details?id=com.KillerBLS.modpeide">ModPE IDE</a></td> </tr> <tr> <td><a href="https://play.google.com/store/apps/details?id=stream.rocketnotes"></a></td> <td><a href="https://play.google.com/store/apps/details?id=stream.rocketnotes">Rocket Notes</a></td> </tr> <tr> <td><a href="https://play.google.com/store/apps/details?id=com.thirtydegreesray.openhub"></a></td> <td><a href="https://play.google.com/store/apps/details?id=com.thirtydegreesray.openhub">OpenHub for GitHub</a></td> </tr> <tr> <td><a href="https://play.google.com/store/apps/details?id=org.openhab.habdroid"></a></td> <td><a href="https://play.google.com/store/apps/details?id=org.openhab.habdroid">openHAB</a></td> </tr> <tr> <td><a href="https://play.google.com/store/apps/details?id=org.saarang.app"></a></td> <td><a href="https://play.google.com/store/apps/details?id=org.saarang.app">Saarang</a></td> </tr> <tr> <td><a href="https://play.google.com/store/apps/details?id=com.dizdarevic.kadcemibus"></a></td> <td><a href="https://play.google.com/store/apps/details?id=com.dizdarevic.kadcemibus">Kad ce mi bus - red voznje</a></td> </tr> <tr> <td><a href="https://play.google.com/store/apps/details?id=com.katyayini.hidefiles"></a></td> <td><a href="https://play.google.com/store/apps/details?id=com.katyayini.hidefiles">Hide Files</a></td> </tr> <tr> <td><a href="https://github.com/nikothegreek/logviewer-for-openhab-app"></a></td> <td><a href="https://github.com/nikothegreek/logviewer-for-openhab-app">LogViewer for openHAB</a></td> </tr> </table>