Hello all,
is there any way to derive the App class from a custom base class (of course that inherits from Xamarin.Forms.Application)?
I'm using visual studio and the autogenerated code in App.xaml.g.cs always refer to a global::Xamarin.Forms.Application no matter what I try to do?
Any advice?