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,…
3 posts tagged
Native Embedding
Platform Specifics - Xamarin.Forms 2.3.3 Look Ahead
Lately it seems that the Xamarin.Forms team has been spending a lot of time making it easier to access the individual platform’s functionality, be it iOS, Android or Windows, from the core shared project. And maybe more importantly, everything being introduced seems to be taking away the need…
Banish Compiler Directives From Shared Projects!
Shared Projects definitely take their share of bashing - if you spend any time at all talking to somebody who used Shared Projects in their app - they'll spend the entire conversation staring at the ground, eventually apologize profusely and then offer to buy you lunch - because…