General

Animated Gradient Background in Xamarin Forms | Xamarin.Forms Brushes

Gradients have positive influence in modern designs. Xamarin.Forms 4.8 introduced the Xamarin.Forms Brushes that contain LinearGradientBrush, RadialGradientBrush and SolidColorBrush. Now, let’s look at how we can use the Linear Gradient to created an animated gradient background in Xamarin Forms. Source Code

Error Code -1073741792 (0xc0000020) While debugging Windows Store app

Are you getting error code -1073741792 (0xc0000020) while debugging Windows Store app in Visual Studio 2017 with the following error message? The program ‘[10204] AppTest.exe’ has exited with code -1073741792 (0xc0000020). Activation of the Windows Store app ‘da948166-6801-4a87-a655-3ab556220de4_594fk28n7wngm!App’ failed with error ‘The app didn’t start’. Here are some of the steps that I have tried. …

Error Code -1073741792 (0xc0000020) While debugging Windows Store app Read More »