May 2019
Intermediate to advanced
504 pages
11h 50m
English
Up until now, when we created XAML views, we resorted to several markup extensions that are supported either by the Xamarin.Forms framework or the XAML namespace itself. Some of these extensions are as follows:
These are all markup extensions that are resolved by the associated service implementation within the Xamarin.Forms framework.
For specific needs in your application, custom markup extensions can be implemented to create a more maintainable XAML structure. In order to create a markup extension, the IMarkupExtension<T> class needs to be implemented. This ...
Read now
Unlock full access