is the .net android performance better than .net maui android?

mc 5,186 Reputation points
2024-02-05T16:00:01.42+00:00

If I create .net android is the performance better than .net maui android? ignore the startup time the performance difference big or equal?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,023 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 49,611 Reputation points Microsoft External Staff
    2024-02-08T03:53:00.6233333+00:00

    Hello,

    There is not much performance difference between .net android and .net MAUI Android beyond Startup performance.

    • Both use the same .net framework, and the logical flow of the program is the same in Android.
    • MAUI simply provides an interface to facilitate cross-platform UI design. After being compiled to the Android platform, all the above controls will be converted to native controls.
    • MAUI's framework is designed to be both performance and convenient, please refer to Performance Improvements in .NET MAUI for details.

    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.


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.