SyntaxFix
Write A Post
Hire A Developer
Questions
Why don't you create service and put logic in onCreate(). In this case even if you press back button service will keep on executing. and once you enter into application it will not call onCreate() again. Rather it will call onStart()
onCreate()
onStart()