How I can create a loop Background Service in Xamarin.forms

701 views Asked by At

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 :(

1

There are 1 answers

1
Bruno Caceiro On

You can use MatchBacgroundService Nuget. It has a really simple API, and full of examples in their repo.