Toasti
Toasti copied to clipboard
Alloy Widget for enhanced toast notifications
Toasti 
IMPORTANT:
This project is not longer maintained. Only iOS is supported.
Alternative choices:
Alloy Widget for enhanced Toast notifications for iOS.

Features
- different types (backgroundColor): default, confirm, alert, info
- multiple animations: fade, slide from top, slide from left, zoom in/out
- queues up messages
- very customizable: dimension, position, custom content view, etc.
Quick Start
Installation 
Download the latest distribution ZIP-file and consult the Titanium Documentation on how install it, or simply use the gitTio CLI:
$ gittio install toasty
Usage
Create an instance of the widget ( global reference is recommeded: Alloy.Globals.toasty )
var toasty = Alloy.createWidget("toasty");
Show a simple toast message
toasty.show("Hello World");
More
License
Copyright 2013 Manuel Lehner Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.