Skip to content

🍞 The missing toast library for Android.

License

Notifications You must be signed in to change notification settings

Bhanditz/literallytoast

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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:

About

🍞 The missing toast library for Android.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%