开发者

I want my app to run things in the background, even when the user is donig other things on his Android

开发者 https://www.devze.com 2022-12-20 08:47 出处:网络
What should I look at to get started? Is it Timer? http://developer.and开发者_开发技巧roid.com/reference/java/util/Timer.html

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

0

精彩评论

暂无评论...
验证码 换一张
取 消