Real world MAUI mobile apps? : r/dotnetMAUI Skip to main content

Get the Reddit app

Scan this QR code to download the app now
Or check it out in the app stores
r/dotnetMAUI icon
r/dotnetMAUI icon
Go to dotnetMAUI
r/dotnetMAUI
A banner for the subreddit

.NET Multi-platform App UI (.NET MAUI) is a framework for building modern, multi-platform, natively compiled iOS, Android, macOS, and Windows apps using C# and XAML in a single codebase. MAUI is an evolution of the increasingly popular Xamarin.Forms toolkit.


Members Online

Real world MAUI mobile apps?

Help Request

I have some time before starting my next job and wanted to tackle mobil development. I am a .net backend dev so I was thinking of learning blazor and MAUI. Hybrid looks cool. But can anyone give me any real world MAUI applications to check out?

Share
Sort by:
Best
Open comment sort options
u/EngineeringArrancar avatar

Thanks!

More replies
Edited

You can check our net worth tracking app, we just migrated from Xamarin to Maui: http://TrackMyStack.app

u/EngineeringArrancar avatar

Looks clean, thanks!

cool! did you use any specific library for charts or this is native MAUI GraphicsView control?

It's hybrid, we have some native screens and service providers implemented in .NET, while most of the views are built with React, communicating with the Maui shell via JavaScript interop. To answer your question, charts are using apex charts library.

More replies
More replies
u/Ali--Jamal avatar

i created a e-commerce mobile app for android,ios and Windows (for admin), also backend by WebApi , you will need to make some things manually if you need to use full blazor hybrid (no xaml) .. like navigation back, in ios you need to create back button by yourself, also save state when you navigate back to previous page must things in navigation (from my experience with blazor hybred ), also if you use like MudBlazor dialog you need to handle back button on android when clicked you should cancel (close) the dialog, i think you understand what i mean (its webview so some things need to create them manually), also remember you will need to create different style (css properties in some cases because ios use safari and android use chrome engine) ,. i'm testing now MauiReactor i'm going to create my next app with it .

u/EngineeringArrancar avatar

I am not sold on anything yet so full on MAUI or hybrid is still a toss up, mind sharing how the apps look like, even in private chat if you prefer not to make them public here

More replies
u/BrianaBanks- avatar

Would like to see the code. So Open source ones would be great.

Guitar scales app. Was Xamarin, now migrated to MAUI but with a clean migration. Nothing like "using old renderers in MAUI instead of rewriting to handlers".

https://play.google.com/store/apps/details?id=com.slaverygames.guitarfretboard

https://apps.apple.com/us/app/guitar-fretboard-scales/id1623791852

u/EngineeringArrancar avatar

Very cool, thanks!

More replies
[deleted]
[deleted]

Comment deleted by user

u/EngineeringArrancar avatar

Nicee thank you

Here an app I just released on iOS https://apps.apple.com/us/app/unitypay/id6482982417

u/Over-Main6766 avatar

Here is a link to a curated list of MAUI apps: https://github.com/jsuarezruiz/dotnet-maui-showcase

u/seraph321 avatar

Here’s a simple one I built originally in xf and converted to Maui, which means you can see what changed. I like the amount of code I was able to remove, but there’s still a few issues I’m hoping will be resolved in dotnet 9.

https://github.com/BenReierson/DragonFrontCompanion