Spicing up your Xamarin app with Lottie animations

Lottie Animations

For a new version of the Have I Been Pwned app (read more on that here) I finally found myself a chance to use Lottie for the first time. With Lottie you can load awesome animations into your app in a matter of minutes! The sample code associated with this post can be found here: https://github.com/jfversluis/LottieSample … Read more

Embedding native controls in your Xamarin.Forms app

Embedding native controls in your Xamarin.Forms app header

As of version 2.3.3 and above of Xamarin.Forms it is now possible to embed native controls in your Forms app. I’ll let that sink in for a minute. Native controls, defined in XAML, from your PCL, without the need for any renderers whatsoever. Isn’t that just awesome?! Whoa! Native controls? In XAML? Awesome right?! But … Read more

The road to being a Xamarin Certified Developer

Road to Xamarin Certification

Update: Xamarin University is retired, it is at this time not possible to become certified in any way. For the past time I have been enrolled in Xamarin University with as main goal to verify if the knowledge I had gained by learning myself was the right way. And of course, while I’m at it get … Read more

have i been pwned? Xamarin.Forms app

The past few weeks I have been busy creating a new app based on the haveibeenpwned.com API. And it is ready! What? The website haveibeenpwned.com is a website by security MVP Troy Hunt which focuses on data leaks, hacks and website breaches in all forms and shapes. While entering my usernames and passwords in there, I noticed there was … Read more

Bibbidi-Bobbidi-Boo – Using a Custom Renderer to enchant your UI

Cinderella - custom renderer featured image

While Xamarin.Forms provides a unified way to also create our UI from a single code base, the default controls tend to be just that; default controls. To be able to customize these, you can use a custom renderer. Don’t get me wrong, I am very happy with these controls and they can be used to … Read more

Xamarin: First contact, welcome to my blog

Xamarin logo

For quite some time now I have been working with all sorts of Microsoft technologies both professionally as for just the fun of it. Visual Studio is a breeze to work with, Azure is taking giant leaps, ASP.NET never made it easier to work with the web and now for Windows Phone making apps was never … Read more