[android-developers] How to use Notification service from Broadcast receiver

2011-05-13 Thread abul walid
Can anyone give me a solid code to use notification service from inside a broadcast receiver -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

Re: [android-developers] How to use Notification service from Broadcast receiver

2011-05-13 Thread Justin Anderson
Maybe... but I doubt anyone will. See, we have enough on our hands doing our own work and don't want to do your for you as well. http://www.catb.org/~esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 13, 2011 at

Re: [android-developers] How to use Notification service from Broadcast receiver

2011-05-13 Thread Nicholas Johnson
What kind of notification service are you talking about? Status bar notification? Text only (i.e. Toast) notification? Here's some code for a status bar notificationhttp://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/StatusBarNotifications.html. I won't