I'm using Chronometer in android app for count up timer. Chronometer base is 0.
I want to keep a track of elapsed time since chronometer started, even after app is in BG, or killed.
I also, want to update timer on UI, when app is reopened. I went through examples using service. But not much clear.
Is there any way to do this without service?