Visual Studio WinUI XAML
Apr 30, 2018

Customizing UWP Slider Thumb

Discover how to give your app a fresh and original look by customizing the thumb control of the UWP Slider. Learn how to replace the default rectangular thumb with a custom image or icon, and make your app more appealing and visually appealing to users. Check out the full article for step-by-step instructions and code examples.

Xamarin Development WinUI
Jan 10, 2018

Displaying Base64 encoded image in Xamarin.Forms

Learn how to decode and display Base64 images in a Xamarin.Forms app. This article covers the process of decoding the image and creating an instance of Xamarin.Forms.ImageSource, as well as bonus techniques for UWP. Check out the sample code on GitHub!