Skip to main content

Overview of all the posts on Gerald's blog

2020


Databinding Scope in Xamarin.Forms

·5 mins
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.

Experimental Flags in Xamarin.Forms

·4 mins
In this post you can read about experimental flags in Xamarin.Forms. Why are we putting in these flags and how can you use them in your projects?

Using the Xamarin.Forms Nightly Feed

·4 mins
There are a number of good reasons to check out the Xamarin.Forms Nightly Feed. This post you will teach you what the nightly feed is and how you can use it

2019


SwipeView Interaction with Xamarin.Forms

·5 mins
This post shows you how to interact with the Xamarin.Forms SwipeView. we will learn how to work with events and Commands from within CollectionView.