This may well be a stupid question, but, I'll ask it anyway.
I want to start a process which will run as long as the application is running. I want to detect network changes and sync data to the server.
So my question is how to I start a long running (background) service in a mobile app with MvvmCross
Or failing that how do I invoke a service when I detect a network change. This service may run for a long period of time.
Thanks in advance