Can u please provide sample code?
I am new to this.

On Wed, Mar 9, 2011 at 11:31 PM, Kostya Vasilyev <kmans...@gmail.com> wrote:

> 09.03.2011 20:53, Brad Stintson пишет:
>
>  How to create status bar notification which notifies me every day at 10
>> am?
>>
>
> 1 - Use AlarmManager to schedule reliable, persistent (until reboot) alarms
> that trigger a BroadcastReceiver in your application.
>
> http://developer.android.com/reference/android/app/AlarmManager.html
>
> 2 - Use NotificationManager to display the notification.
>
> http://developer.android.com/guide/topics/ui/notifiers/index.html
>
> --
> Kostya Vasilyev -- http://kmansoft.wordpress.com
>
> --
> 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 group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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 group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to