I have tried android services following way to create android services working fine.but I need creating never-ending background services in android services. So how can I run this service in background and always.
https://developer.xamarin.com/guides/android/application_fundamentals/services/creating-a-service/
Creating never-ending background services
In above task is done in java in the following URL
https://fabcirablog.weebly.com/blog/creating-a-never-ending-background-service-in-android
In c# xamarin android above task, I can't able to do
I need task in c# please let us know
I have posted my code and question at the following URL