> Do you have how to set up central notification in google android .
> Instead of button click, if I want to display notification based on
> missed calls, incoming message then how to set up these notification.
> Also Can you let me know how set up alert message based on my incoming
> notification.

If you are looking for taskbar icons (e.g., a little envelope to show mail
to be read) or hardware notifications (lights, beep, vibration), you are
looking for the Notification and NotificationManager classes:

http://code.google.com/android/reference/android/app/NotificationManager.html

Several of the API demos that accompany the M5 SDK use these classes, such
as IncomingMessage and StatusBarNotifications. I'm sure there are also
demos that use this on anddev.org. Or, see the "Alerting Users Via
Notifications" chapter in http://commonsware.com/Android/

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ -- Available Now!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to