The MAUI team needs to provide a page for convincing why to choose MAUI over Flutter #238
Replies: 9 comments 13 replies
-
🤔 does it? I dont think so. Instead of convicing, it should be something like "Coming from another platform?" and then a page for "from android to maui", "from ios to maui", "from flutter to maui". |
Beta Was this translation helpful? Give feedback.
-
There is no competition between MAUI & Flutter unless MAUI show us the same or the near the same performance. |
Beta Was this translation helpful? Give feedback.
-
Why Flutter is just a good Ui designer tool its not great at full functional apps @bondarenkod if your just on here to down tod MAUI and not a developer in the .net echo system why should they |
Beta Was this translation helpful? Give feedback.
-
Flutters performance better than Xamarin.Forms? Are you kidding? Xamarin,
whether it’s forms or direct targeting used native controls in the end - so
you get a native app for the given platform. For that reason alone flutter
cannot be faster
On Fri, 16 Oct 2020 at 23:21, Dmytro Bondarenko ***@***.***> wrote:
There is no competition between MAUI & Flutter unless MAUI show us the
same or the near the same performance.
The performance is the main disadvantage of the XF.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#238 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOGERQQDA5L2J6GN5VVVLLSLC2MDANCNFSM4ROGHMUA>
.
--
Thanks,
Matthew Joughin
Founder / CTO
+27 81 529 7169
http://www.adaptableapps.net
|
Beta Was this translation helpful? Give feedback.
-
Since when does Xamarin interop? Xamarin cross complies .net byte core to
objective-c for iOS and macOS and to Java for android - there is no interop
needed ???
On Sat, 17 Oct 2020 at 15:46, Akhmed Sheriev ***@***.***> wrote:
Have you tried to develop anything with Flutter? Xamarin.Forms is very
slow. Many developers and project use Xamarin.Native only because Forms is
very slow. But sometimes the Xamarin.Native performance is lacking. Interop
with native controls is very expensive. Flutter doesn't need interop. It
draws its controls directly. .MAUI will change the rendering engine due to
the fact that Xamarin.Forms in its current form simply cannot be done faster
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#238 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOGERULMLPJP5O6BOVCOF3SLGNZ7ANCNFSM4ROGHMUA>
.
--
Thanks,
Matthew Joughin
Founder / CTO
+27 81 529 7169
http://www.adaptableapps.net
|
Beta Was this translation helpful? Give feedback.
-
judging performance purely on startup time is absurd
…On Fri, Dec 4, 2020 at 2:15 AM sagar_panwala22 ***@***.***> wrote:
I would like to add that Flutter performance is far better than Xamarin
Native.
Just try Hello world app in both platform and see start up time.
If you want more idea, try their Listtiles compare to Xamarin Listview for
android and TableView for iOS without images, but try multiple item
templates.
You will get clear idea.
Please don't directly deny anything if you haven't tried based on things
that they are drawing so it can't be fast.
I'm using Xamarin since 2012, but I found flutter quite impressive with
Design, Styling, Performance, but it lacks c# and xaml, if anychance it
will get c# many developer will try it out for sure.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#238 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOGERTGYBZB73HWTG3J54LSTASZPANCNFSM4ROGHMUA>
.
|
Beta Was this translation helpful? Give feedback.
-
Xamarin.Forms does not draw controls? it explicitly uses the native
controls, except in rare cases on platforms like Linux where controls are
missing?
the listview is a mixed bag, specifically on Android, but with fast
renderers it's much better
…On Mon, Dec 7, 2020 at 8:50 AM sagar_panwala22 ***@***.***> wrote:
Sorry to say, but I think you didn't read my whole message, I've already
mentioned clearly that if you use ListView control then also you will find
that Performance is far better.
I do like Xamarin Forms, but I want to get things better if they are
stopping major release for 1 year.
But truth should be accepted, we can't just deny that they are drawing
control , so performance must be poor, before we judge, we should try it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#238 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOGERUCOAEHGYRV3J4A55TSTR3MFANCNFSM4ROGHMUA>
.
|
Beta Was this translation helpful? Give feedback.
-
In my experience using Xamarin Forms, MAUI has had to make major changes in order to compete with other frameworks. I have some problems that I have while using Xamarin Forms:
I've tried using React Native and Flutter, in terms of UI customization, they are far superior to Xamarin Forms. |
Beta Was this translation helpful? Give feedback.
-
I agree on the learning curve with Xamarin.Forms is higher than the other
frameworks you mention.
However, the ability to share code with the backend is what makes me choose
XF/MAUI
In terms of expensive - what exactly are you referring to?
Visual Studio 2019 for both Windows and Mac is free in the community
edition?
I have used that for many years and don't miss any functionality?
…On Sun, Dec 27, 2020 at 9:58 AM Ed Sulaiman ***@***.***> wrote:
In my experience using Xamarin Forms, MAUI has had to make major changes
in order to compete with other frameworks.
I have some problems that I have while using Xamarin Forms:
1. ListView performance is quite poor.
2. Everything is made to look native, sometimes our clients want apps
which have the same UI on different platforms.
3. Difficulty customizing the UI.
4. Hot reload feature which is quite useless because it only responds
to xaml changes.
5. Expensive
I've tried using React Native and Flutter, in terms of UI customization,
they are far superior to Xamarin Forms.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#238 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOGERQKCXMOS47RMFQAVWDSW3SL7ANCNFSM4ROGHMUA>
.
|
Beta Was this translation helpful? Give feedback.
-
If the team really cares about MAUI, then this needs to be done.
Beta Was this translation helpful? Give feedback.
All reactions