Checking for design mode in Xamarin.Forms
Discover how to check if your Xamarin.Forms app is in preview (design) mode to prevent code that can't run in design mode from crashing the Xamarin XAML Previewer. Learn two different ways to achieve this, one that is more annoying but effective, and another that is more pleasant and efficient. Check out the article to find out how!