Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am new to notifications in Android and I want the app to display a notification once every Sunday. I am not sure how to do this when the activity is not running.

Thank you in advance!

share|improve this question
2  
You should take a look at AlarmManager tutorials. – A--C Jan 4 at 0:33

1 Answer

up vote 0 down vote accepted

You should start reading and understanding how alarms works: here then you can make the alarm activate the notification on given time.

NOTE: that the alarms won't get saved after reboot so you will need to add a boot complete receiver.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.