how to use xaml in .net android?

mc 5,426 Reputation points
2024-03-09T01:52:45.7+00:00

how to use xaml in .net android ? it is all xml in .net android

Developer technologies .NET .NET MAUI
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 50,126 Reputation points Microsoft External Staff
    2024-03-11T01:16:59.09+00:00

    Hello,

    Writing layouts in .net android using xaml is not feasible.

    XAML is a language that extends XML, but in native Android, it only recognizes xml-written layouts. Using C# when developing .NET Android, you need to follow Google's rules for layout.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.