Đạt Nguyễn
Đạt Nguyễn

Reputation: 35

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

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

Answers (1)

Bruno Caceiro
Bruno Caceiro

Reputation: 7179

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

Upvotes: 1

Related Questions