-
Notifications
You must be signed in to change notification settings - Fork 0
Notifications
pads edited this page May 27, 2011
·
2 revisions
- There are 3 ways to notify the user of an event in your application:
- Toast - a small and simple pop up in the foreground but does not steal focus from the application.
- Status bar notification - An icon and text will appear at the top of the screen. Dragging down the status bar reveals more information and an optional action to take.
- Progress dialog - A popup with a spinner or progress bar that takes focus away from the main appplication until the user cancels the operation (optional) or it is complete.
Checkout the Notifications folder.