Literally Toast

General

Category
Free
Tag
Toasts
License
MIT License
Registered
Oct 15, 2017
Favorites
1
Link
https://github.com/dvoiss/literallytoast
See also
Material Toast
FrenchToast
MyToast
MessageBar
FBToast

Additional

Language
Kotlin
Version
1.0.0 (Oct 8, 2017)
Created
Oct 8, 2017
Updated
Oct 11, 2017 (Retired)
Owner
David Voiss (dvoiss)
Contributors
David Voiss (dvoiss)
Olivier PEREZ (olivierperez)
2
Activity
Badge
Generate
Download
Source code

Literally Toast

???? A toast library for Android.

Usage:

???? Use the LitToast to get lit and show your users a proper toast.

LitToast.create(context, "My special toast...", 1000)
  .setPlayToasterSound(true)
  .show();

Add the jitpack repo to your root build.gradle:

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

Add the dependency in your app build.gradle:

compile 'com.github.dvoiss:literallytoast:1.0.0'

Features:

  • ???????? Show a toast, with the message burned into the toast.
  • ???? Play a toaster sound
  • ???? Feature request? Create an issue or pull request!

Road-map:

  • ???? Variation with Jesus image on toast
  • ???? ???? French toast? Different types of toast (???? Avocado?)
  • ???? There is no toast queue to set up multiple toasts. A toaster class (queue) should be written, the queue should only allow for two toasts because most toasters only handle that (unless you've got ????)

Resources used: