You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.
John Persano edited this page Jul 25, 2013
·
13 revisions
SuperToasts library wiki.
Welcome to the SuperToasts library Wiki!
###SuperToast
This class mimics the stock Android Toast class. These can be called from Services, Broadcast Receivers, etc. This class is limited to the standard Toast type with the possibility of an icon.
###SuperActivityToast
This class mimics the stock Android Toast class with the exception that it must be bound to an Activity. This class can implement the standard Toast type as well as a Button Toast type (Undo bar like in gmail app) and ProgressBar types.
###SuperCardToast
This class combines the good looks of the Crouton library with the style of Google Now cards and must be bound to an Activity. These cards can implement standard Toast types, Button Toast type, and ProgressBar types. These cards are stackable.