Hello Xamarin community,
Can i load an "Xamarin.Forms.Application" with the method "LoadApplication" inside an already loaded Xamarin.App?
My scenario is that i have a menu application which start serveral other applications. The other applications are saved in dynamic linked libaries, which i have referenced to the menu application. Now my question is if i can start the other application like so "LoadApplication(OtherApplication.App);"? Or do you have a better idea?