I would really love to see a benchmark comparing CV and CV2 performance. Good job MAUI team, getting more awesome every release 💪💪
@DavidOrtinau2 күн бұрын
What particular scenarios do you have in mind?
@rafaatashourКүн бұрын
thank you so much for all your efforts, for me i think we need more tutorial for MAUI and not tips & trick. we need simple Project tutorial as to be honest i found challenging to learn Maui as beginner compared to other frameworks as its have the less tutorial than other. please put more effort in tutorial and am sure more people will start adopting MAUI.
@zuraforreg308820 сағат бұрын
How about AOT compilation? Why is the Publish menu disabled? I want to build a standalone native exe-cutable.
@tache663 күн бұрын
❤
@andrewreilly72412 күн бұрын
Can I build a MAUI project on Linux yet?
@DavidOrtinau2 күн бұрын
Today you can build targeting Android, and use the .NET MAUI DevKit extension for VS Code. .NET Meteor has demonstrated working with iOS from Linux, but I'm not sure if that has been shipped.
@danieltorres74543 күн бұрын
I have a question, you guys say "single project" but what happend when you need to deploy a Huawei SO, its Android but a different implementation, like Huawei Notifications (Push Kit). There is only a single folder "Android" for Google, but how lives 2 SO Android (Google and Huawei)?
@DavidOrtinauКүн бұрын
When we say "single project" we are speaking about the project system primarily that enables multi-targeting. We do probably overload the term to also refer to a single "solution" that can target multiple platforms, regardless of how many projects you choose to include. If you're going to target 2 Android TFMs, with differing implementations, then a separate project is probably the easiest approach. We ship a multi-project template if you want to reference that for the setup.
@zuraforreg308820 сағат бұрын
Any plans for an actual GUI designer?
@JafarH-ip5qh3 күн бұрын
💯💯💯
@selvam60733 күн бұрын
When will i expect like flutter? Xaml is not user friendly need like mobile blazor binding
@sulmarpl3 күн бұрын
I'm also waiting for xaml to be abandoned.. Xaml is long-winded and very complicated.
@kalixthuska88463 күн бұрын
I disagree, XAML is way more readable and comfortable than flutter spaghetti and also you don't have to use XAML if you don't want to, so what are you asking for exactly ?
@obinnaokafor62523 күн бұрын
Here are options for you - writing end-to-end apps solutions using C# only: - using C# Markup - part of the communitytoolkit for Maui - using C# Markup for Uno Platform - using MauiReactor UI - it is the best as it uses MVU pattern to write apps; both the business logic and the UI. Eerything in code in C# using MVU pattern
@selvam60733 күн бұрын
@@obinnaokafor6252 Excepting own UI framework with component across devices and not the wrapper feature