Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

The usual Toast, but with steroids.

Jan 19, 2017

A simple library to display themed toasts with icon and text on Android 14+ (ICS or above) devices.

It has several method to display toasts based on the requirement. Each method returns a Toast object which can be customised further.

Please call show() method to display the toast.

Dec 26, 2018

Show a Snackbar from the top.

Nov 14, 2015

Make your native android Toasts Fancy. A library that takes the standard Android toast to the next level with a variety of styling options. Style your toast from code.

Oct 21, 2017

CookieBar is a lightweight library for showing a brief message at the top or bottom of the screen.

Aug 28, 2017

An Android library that takes the standard Android Toast and takes it to the next level with a variety of styling options that gives your app and user experience that little extra unique feeling! Style your toast either by code or in styles.xml!

Feb 12, 2017

Pretty material design toasts with feedback animations.

Apr 26, 2015

In-layout notifications. Based on Toast notifications and article by Cyril Mottier.

Jul 5, 2014

Effects for android notifications. It is based on Crouton.

Aug 31, 2014

Custom Toast on Android.

Nov 29, 2015

An Android library to create customizable floating animated toasts like in Clash Royale app.

Dec 5, 2018

The SuperToasts library enhances and builds upon the Android Toast class. Some of the features of this library include context sensitive toasts (SuperActivityToasts), toasts with buttons and icons, non context sensitive toasts (SuperToasts), and a new style of toasts (SuperCardToasts) with many customization options for each.

Jul 5, 2014

Make your native android toast look beautiful.

Aug 3, 2016

A fully and highly customizable material designed Toast for Android.

Dec 24, 2018

You can create customized Snackbar with KSnack. - Use MinimalKSnack for snackbar on top of screen. (like youtube connection alert) - 2 Types animation: Fade and Slide.

Feb 26, 2019

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.

Aug 28, 2017

Custom toast messages.

  • You can create customizable toast messages with KToast.
  • Use KToast.LENGTH_AUTO for unnormally long texts.
  • You can use Gravity.BOTTOM, Gravity.TOP, Gravity.LEFT, Gravity.RIGHT or Gravity.CENTER for toast position on screen.
Mar 11, 2018

Simple library for making quick notifications. After initialization with config, all notifications will be displayed with same icon, light and vibrations unless you state different for specific notification. Every type of notification has same configurable options including vibrations, light settings, icon etc.

Dec 24, 2016

A new way to create toasts, similar like Bootstrap alerts.

Jul 22, 2019

A Fully Customised and Customisable Toast.

Nov 17, 2018

A simple toast library to show some alerts.

Oct 8, 2019

Toastest is a simple library by Kotlin for customizing toasts. (Supported animation)

Feb 8, 2019

Toastie is a simple and custom toast library. You can either use simplest and pre-set toasts or you can customize everything that you want!

May 20, 2019

Android-CustomToast is a powerful & easy to use Custom Toast library for Android. It runs on API level 14 and upwards.

This library provides some predefined custom toast. Also you can coustomize the toast according to your need

A Single line of code can add a beautiful toast message in your app.

Sep 30, 2017

Android Toasts are amazing, but they have some major drawbacks:

  • You cannot control when they show up as well as their duration. Other apps can enqueue toasts that will delay yours from showing up.
  • They break context: they remain on screen when the user switches to other activities.
  • The API is error prone. Don't forget show()!

FrenchToast gives you absolute control over your app Toasts. It does so by duplicating the internals of Android Toasts and giving you access.

Sep 1, 2015

A simple and quickest way to show a toast in android!

Jan 11, 2019

A simple way to customize your toast with different colors and icon! There is only one standard method to display customized toast, this method returns a customized toast.

Jan 7, 2019

Custom toast and dialog.

Jan 16, 2018

A Simple and Colorful alternative to showing Toasts.

Jun 23, 2016

Custom toast messages.

  • You can create customizable toast messages with FBToast.
  • Use FBToast.LENGTH_SHORT or FBToast.LENGTH_LONG for toast display duration.
  • You can use Gravity.BOTTOM, Gravity.TOP, Gravity.LEFT or Gravity.RIGHT for toast position on screen.
Oct 4, 2018