Camera access with Xamarin.Forms

I finally created a minimum solution for iOS and Android. The shared project First, let’s look into the shared code. For an easy interaction between the shared App class and the platform-specific code we store a static Instance within the public static App: public static App Instance; Furthermore, we will display an Image, which will … Read more