Setting up your Xamarin.Forms application as a sharing target

Using Xamarin.Forms to develop mobile applications is particularly desirable because most of the UI and interaction logic for iOS and Android can be shared in a single common project. However, there are instances where code cannot be shared and has to be implemented in the platform specific projects. One scenario that we will be discussingContinue reading “Setting up your Xamarin.Forms application as a sharing target”