C
C#2mo ago
udryy

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
Buddy2mo 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
SpReeD2mo ago
Also, Xamarin is out of support since 1.5.24 and MAUI is it's successor.
leowest
leowest2mo 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
leowest2mo ago
or u go blazor with maui which is the alternative if u want to stick to c#
SpReeD
SpReeD2mo 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
leowest2mo ago
avalonia is far behind in terms of mobile but yes still an alternative
udryy
udryy2mo 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
leowest2mo ago
open the vs installer
udryy
udryy2mo ago
No description
leowest
leowest2mo ago
and install the workload
leowest
leowest2mo ago
No description
leowest
leowest2mo ago
then u should see the proper templates
udryy
udryy2mo ago
ah yes, thanks