All Questions
1 question
1
vote
1
answer
738
views
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 :(