I want my app to run things in the background, even when the user is donig other things on his Android
What should I look at to get started?
Is it Timer? http://developer.and开发者_开发技巧roid.com/reference/java/util/Timer.html
Or am I missing something else?
You should use a Service:
http://developer.android.com/reference/android/app/Service.html
精彩评论