i have a problem regrading the android app development.
i'm developing an android app and it have a timer function,it's like simple clock .It get and show total time for each task completed.
When start task and Chronometer.start() timer then finished and Chronometer.stop() and get total time to each task. in my activity show this Chronometer timer value.
this all function working fine,but i need run this on as a background service.
it's mean app kill app,when after open need to get correct time..
in my application kill and re open application Chronometer start in 0 time.
if have any suggestion for these scenario please share it with my.. this Chronometer have UI element because can not add this in the service..
in my case suitable trimmer widgets is the this Chronometer widgets.
thank you,,