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

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -