I'm trying to update my Android app based on the date.
So, for example, if it's a certain date show some information about that date.
Or, when it's a new week, do a couple of things in the background.
How do I do this?
Do I check constantly for the date? Is there a "flag
" when the date has changed?
Thanks.