Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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 Colorful alternative to showing Toasts.

Jun 23, 2016
Advertisement

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

Library Achievement View to show message or informative in your app.

Jan 20, 2018

An Android library to implement slide animated Toast messages.

Jun 18, 2018

Cue is the library to create fully customizable Bootstrap styled alerts

Jan 28, 2018

This library is developed for simple and awesome custom toast with one line of code. With customisation of background and text color of toast. Three types of toast are available error toast, success toast and network error toast.

Jan 27, 2018

An attractive, stylish customizable toast library that can be displayed at three different positions on-screen.

Dec 23, 2017

It is an Android Library to customise toasts.

Oct 15, 2017

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

Oct 15, 2017

Just another custom Android Toast.

Sep 13, 2017

This project allows you to create a custom Toast in android in simplest way.

Sep 10, 2017

Android library with collection of some smart toasts designs which will help in situations of following:

  • Completion of some work
  • Errors & Warnings
  • Connection Established
  • Update Status
Jun 8, 2017

Easy to implement a drop-down warning / message.

Sep 6, 2016

A much nicer toast structure and a customized sub-dialog.

Dec 23, 2016

This is quite simple toast library, that make it easier to show and create custom toast.

Mar 6, 2016

Displays a round or squared popup and attaches it to a View, like a callout. Uses the Builder pattern for maximum ease. The popup can automatically hide and can persist when the value is updated.

Dec 24, 2016

Toast library that is somewhat proportionate to Achievement unlocked view in google apps.

Dec 7, 2016

This is an Android Library for developer to use Android Toast and Customized Toast easily.

Dec 9, 2016

ToastLib is a library to customize Toast.

Nov 16, 2016

Notifications for Android (like a Toast).

Oct 7, 2014

An implementation of Android's Undo Bar as seen in Google's Gmail app.

Jul 5, 2014

Crouton is a class that can be used by Android developers that feel the need for an alternative to the Context insensitive Toast. A Crouton will be displayed at the position the developer decides. Standard will be the top of an application window. You can line up multiple Croutons for display, that will be shown one after another.

Jul 5, 2014

An Android Toast replacement.

Jul 5, 2014