I have a class that extends AppWidgetProvider that provides the content for my widget. This is a clock widget so I want to make sure that buildUpdate() is invoked exactly on the minute, every minute. How can I add this functionality?
I have a class that extends AppWidgetProvider that provides the content for my widget.
Share
Read the source code from this project.
Basically the idea is to have a Service running in background to update the widget.