/Toast-Expander

Android utility class to show a Toast notification for a user-defined time interval.

ToastExpander is a simple and easy to use utility class to show a default android Toast Notification for a user-defined time interval.

How to use:
1. Create a Toast using the static method Toast.makeText
2. Hand this toast object off to ToastExpander and specify for how long you want to show it (in milliseconds).
3. Done :)