android - How can I make my application running while it is close? -


how can make application running while close? active application.

how can make android app. updates own in every minute while minimized?

you can create service. service runs in background.

http://developer.android.com/reference/android/app/service.html

http://www.javacodegeeks.com/2014/01/android-service-tutorial.html


Comments