I am currently venturing into the MvvmCross realm and making some good headway, but ran into something that I have been unable to figure out on my own. I currently have an andr
The easiest way to do this is probably to just request that the full Setup is completed during the first part of OnCreate for your service:
Setup
OnCreate
var setupSingleton = MvxAndroidSetupSingleton.EnsureSingletonAvailable(ApplicationContext); setupSingleton.EnsureInitialized();