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.