10 ms·
Xamarin has reached End of Support
- octopoc 2y agoI've moved on to Uno Platform. It runs on more platforms. such as Linux and WebAssembly, and it actually supports pure C# markup, which is what I always wanted. I know XAML by heart but I love, love the simplicity of using C#.
- mynameisnoone 2y agoEmbrace (or acquire). Extend (optional). Extinguish.
- deleted 2y ago[deleted]
- waldrews 2y agoDoes anyone has recent experience with Maui targeting mobile? It had a not-quite-caught-up-to-Xamarin reputation for a while, has that changed now that we're on .Net 8?
- TrueGeek 2y agoI built an iPad app for a fun little three letter government agency. It wasn't bad at all.
- criticalfault 2y agoBitwarden people had some info about it. They decided to make native apps instead https://www.reddit.com/r/Bitwarden/comments/1b32bbz/going_native_the_future_of_the_bitwarden_mobile/ https://www.reddit.com/r/Bitwarden/comments/1b32bbz/going_na...
- pjmlp 2y agoIt is a complete rewrite with all the caveats it entails. Plus on Apple platforms it relies on Catalist, while most likely it will never do Linux. Additionally, now outside of Windows, the best Microsoft can think of is using VSCode, or let JetBrains do the needful. As such I don't see it to gain adoption beyond the .NET shops that were already deeply invested into Xamarin.
- hkon 2y agoIt was the first ever offering from them where I could create a new project for mobile and hit f5 and it actually ran :D
- TheLoafOfBread 2y agoIt has some obscure bugs during build process (You need to have project in C:/ if you are on Windows), but otherwise it runs fine for Windows and Android. It also runs fine on MacOS, but you need to compile on MacOS as I did not figure out how to emit PKG file on Windows. It also runs fine on XCode iOS emulator, but I don't have iOS device to test on. In nutshell, I think that MAUI has some pains to get used to, but when you make it working on one platform, it usually works on remaining platforms as well. Only thing which I don't like is HUGE binaries it generates (60-200MB) but I guess that's a price to pay for simple deployment on multiple platforms.
- pragmar 2y agoI've been porting a Blazor/.net 8 project (https://interro.bot https://interro.bot) to Maui for the past couple months. I just released Android last week, and Mac/iOS is in the pipeline. There are plenty of gotchas and I wouldn't say Maui feels mature yet, but the issues in my case are mostly on the build side. I'm optimistic though, the platform does improve with regular releases, and the end product (once through the build headaches) is solid.
- pathartl 2y agoAre you using Blazor Hybrid or are you going native? I've been trying to learn Avalonia and already moved away from ReactiveUI in favor of MVVM. My server application is built in Blazor, so kinda wondering how well concepts transfer over.
- pragmar 2y agoThis project started back in the day as native MVVM (UWP). Switched to Blazor Server/electron a few years back. For Maui, I had to move to Hybrid but I'm glad I did. Hybrid is pretty great, seems better in every way except routing and some aspnet functionality is lost. Faster app startups, and feels generally more responsive. Avalonia looks pretty nice, but I've never tried it so I'm not sure how it compares.
- glub103011 2y ago[dead]