Running Android Application In Backgroud All Time -


hello have application have timers , if timers stopped application wont work need keep application on time when app turn off ( know doesn't makes sense ) , save files if phone switched down. thanks.

i need keep application on time when app turn off

you can service. same purpose.

save files if phone switched down

you can receive intent action_shutdown in broadcast receiver, when phone switch off. can whatever want there. see is there way receive notification when user powers off device? details.

hope helps.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -