Fantastic Fonts in Forms Without the Fuss

In the last article [https://codemilltech.com/fantastic-fonts-in-xamarin-forms/] we talked about how to add custom fonts to any Xamarin.Forms app. Despite the numerous starts and stops that I encountered, the process turned out to be pretty easy, all in all. However, the XAML needed to add custom fonts is…

Read More

Bindable Native Views in XAML - With Commands!?!

Back when I wrote the [post on the awesomeness that is binding platform specific, aka native, views directly in Xamarin.Forms XAML](https://codemilltech.com/bindable-native-views-xamarin-forms-2-3-3-look-ahead/) one of the things missing were `Commands`. For example, no tying button clicks to a `Command` in a view model.Using the UpdateSourceEventName attribute,…

Read More

Bindable Native Views - Xamarin.Forms 2.3.3 Look Ahead

In the last post on the new features of Xamarin Forms 2.3.3 we took a look at Platform Specifics [https://codemilltech.com/platform-specifics-xamarin-forms-2-3-3-look-ahead/] – both how to create one and how to consume one. This time around we’re going to turn our attention to bindable native views in…

Read More