Reputation: 35
I want to create a background service always run and loop a function in Xamarin.Forms, especially is in Android first, i tried Service with timer and Intent Service but not work. Please help me :(
Upvotes: 1
Views: 725
Reputation: 7179
You can use MatchBacgroundService Nuget. It has a really simple API, and full of examples in their repo.
Upvotes: 1