Hi, I'm Steven Thewissen. Nice to meet you 👋

Pancake aficionado from the Netherlands.

Get to know me! /ˈSTIːVƏN TEIːWISːSƐN/
Steven Thewissen's Picture

More MAUI bits!

This post covers a few different topics, namely single project, the Xamarin Community Toolkit and migrating from Xamarin.F...

Adopting the .NET Generic Host

Coming from the ASP.NET Core space, you may already be aware of the .NET Generic Host model. It provides a clean way to co...

The new handlers infrastructure in .NET MAUI

If you’ve ever done any Xamarin.Forms development you might be aware of the concept of a renderer. This is a piece of code...

A quick introduction to .NET MAUI

Have you ever done any mobile development in the Microsoft ecosystem? Then you might’ve heard about Xamarin. The technique...

Adaptive Icons in Android

Recently I’ve picked up a few little projects again after having been on a hiatus of sorts. I noticed I hadn’t blogged for...

Handling the new UIDatePicker in Xamarin.Forms

In iOS14, Apple introduced us to a new UIDatePicker. However, you may want to revert back to the old wheel-like style. How...

Styling the Android bottom tabs animation behavior and font

I recently used the bottom tabs navigation for Android, which comes with a fancy animation scaling the selected item. But ...

Going dark; easily implementing dark mode in your Xamarin.Forms app

Dark mode; it’s all the rage in apps these days. Its main goal seems to be saving our eyes from burning out when reading t...

Improving the touch targets in your apps using Xamarin.Forms

We can interact with our phones in different ways, but the most commonly used one is through touch. But what makes for goo...