I proudly introduce to you the Microsoft.Toolkit.Xamarin.Forms package! In this post you will read all about this package (aka XamarinCommunityToolkit)
In this post, answering a StackOverflow question, I show how to write a custom renderer that disables the bounce effect on Xamarin.Forms iOS CollectionView
This post explores the new simplified syntax you an use for the Xamarin.Forms Grid ColumnDefinition and RowDefinition. Reducing your XAML significantly!
In this post we will see how we can download NuGet artifacts associated to Xamarin.Forms PRs. This way, we can test potential bugfixes prior to release.
In this post you will learn everything about the TravelMonkey sample app that I have put together for a challenge. Xamarin + Cognitive Services, let’s go!
You app has a ListView and ContextActions. But the Command doesn’t fire. This to do with the databinding scope, I will show you how it’s done in this post.