Popularity
3.4
Stable
Activity
0.0
Stable
230
5
9

Programming language: Kotlin
License: MIT License
Tags: Kotlin     UI     UI Widget     Toast Widget     Java     Custom View     Android-library    
Latest version: v1.0.0

Literally Toast alternatives and similar packages

Based on the "Toast Widget" category.
Alternatively, view Literally Toast alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Literally Toast or a related project?

Add another 'Toast Widget' Package

README

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: