Popularity
3.4
Stable
Activity
0.0
Stable
231
5
9
Programming language: Kotlin
License: MIT License
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.
-
Android-AppMsg
In-layout notifications. Based on Toast notifications and article by Cyril Mottier (http://android.cyrilmottier.com/?p=773). -
FloatingToast-Android
Android library to create customizable floating animated toasts like in Clash Royale app -
CoolToast
A really simple library that help you to display a custom toast with many colors (for : success, warning, danger, info, dark, light, primary...etc ), or with rounded corners, or event with image.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Literally Toast or a related project?
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:
- Toast image from wikimedia
- Bread font from dafont.com
- Toaster sound from freesound.org