Reputation: 271724
What should I look at to get started?
Is it Timer? http://developer.android.com/reference/java/util/Timer.html
Or am I missing something else?
Upvotes: 2
Views: 120
Reputation: 14399
You should use a Service:
http://developer.android.com/reference/android/app/Service.html
Upvotes: 4