I wonder why Xamarin.Froms does not support *.baml in terms of xaml loading like WPF.

남 진우 21 Reputation points
2021-02-16T23:36:43.817+00:00

Hello. As I know, Xamarin.Froms does not use a separated complied xaml file like *.baml.

Instead, It just compile xaml to IL code and inject such IL codes into app's exe/dll.

I wonder why Xamarin.Froms does not support such kinda of feature to load a separated complied xaml?

Because.. I think it would be uncomfortable for the app to build their project whenever changing the xaml file.

Is there any historical reason ? or other things.

I also wonder MS has a plan to support similar feature in Xamarin.Forms in the near future.

Thanks,

Best Regards

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,691 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
775 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ken Tucker 5,846 Reputation points
    2021-02-17T00:34:51.55+00:00

    I do not know the answer to Xamarin.Forms supporting *.baml. I did want to let you know that Xamarin forms is evolving into to Maui. The first release of Maui is due in Nov 2021. It will be a multi-platform app UI framework. You can read more about it here

    0 comments No comments