Reputation: 33684
I have a background service running and inside this I wanted to call a function every X minute. What is the simplest solution to do this in Android?
Upvotes: 0
Views: 482
Reputation: 35572
Try ScheduledExecutorService
Upvotes: 1