The inaugural Uno Platform developer conference UnoConf was held in Montréal, Canada on 19th September 2019. I was lucky enough to…
This article is part of the Xamarin UI July initiative by Steven Thewissen. While thinking about an article topic for…
Tento článek byl vydán v rámci Xamarin UI July od Stevena Thewissena. Při výběru tématu pro Xamarin UI July jsem zamíříl…
Today I will share a pretty surprising issue with you. It took me a while to debug and hence this…
Xamarin.Forms Grid allows us to specify spacing between individual rows and columns using RowSpacing and ColumnSpacing properties. While this is…
In my previous Xamarin.Forms article we built a FileImage markup extension which allows us to store UWP images in the…
Xamarin.Forms for UWP has a peculiarity which is bugging me since the beginning – if you reference local images they…
This article is part of the Xamarin Month February 2019. Thanks, Luis Matos (@luismatosluna on Twitter) for the cool initiative! Xamarin…
Data binding is an excellent feature of the MVVM pattern and allows you to decouple views and view models. Because…
Data binding je excelentní vlastnost návrhového vzoru MVVM a umožňuje oddělení view a view modelů. Protože jsou Xamarin.Forms MVVM-first framework, použití…