C
C#10mo ago
Nicolas

Should i start with MAUI?

I've been looking for android development on .net and i found about MAUI and xamarin. I learned that Microsoft is discontinuing the support to Xamarin and incentive devs to use MAUI. I started my project with this template (picture), but i noticed it does not specify if it uses xamarin, MAUI or none. And tutorials are different from it. Considering it's my first time learning mobile development on .net, MAUI is the best way to go?
No description
13 Replies
Buddy
Buddy10mo ago
Unfortunately MAUI is the best mobile framework for .NET, the thing about MAUI is that it has far too many bugs and issues to be somewhat usable. But at least it works
SpReeD
SpReeD10mo ago
Also, Xamarin is out of support since 1.5.24 and MAUI is it's successor.
leowest
leowest10mo ago
you either use MAUI App if u want full control, it works fairly well on mobile it sucks on desktop only
No description
leowest
leowest10mo ago
or u go blazor with maui which is the alternative if u want to stick to c#
SpReeD
SpReeD10mo ago
Actually there's an alternative to MAUI, you could go with Avalonia as well, but I would prefer MAUI if the project aims at mobile devices.
leowest
leowest10mo ago
avalonia is far behind in terms of mobile but yes still an alternative
Nicolas
NicolasOP10mo ago
thank everyone for the answers i'll start with MAUI one funny thing is that the template i used first don't seems to use any framework
leowest
leowest10mo ago
open the vs installer
Nicolas
NicolasOP10mo ago
No description
leowest
leowest10mo ago
and install the workload
leowest
leowest10mo ago
No description
leowest
leowest10mo ago
then u should see the proper templates
Nicolas
NicolasOP10mo ago
ah yes, thanks

Did you find this page helpful?