I am working on building something similar to a digital clock, that needs to update the text of a widget periodically every 2 seconds, I tried to do this by calling SetState from inside the Timer callback but the widget does not update, what am I missing?
I am working on building something similar to a digital clock, that needs to update the text of a widget periodically every 2 seconds, I tried to do this by calling SetState from inside the Timer callback but the widget does not update, what am I missing?