category

xamarin

Xamarin Forms - Debouncing an Entry Field
18 January 2020

While adding a search-as-you-type input to our Xamarin.Forms application, I wanted to 'debounce' it to save network requests. Read on to find out how I did it

Getting Started with Xamarin.Forms, Prism, and Unity
29 December 2019

Let's go over what I just went through recently to get a new Xamarin.Forms project stood up with Prism and and Unity (for IoC/DI).