.NET MAUI - Building a cross-platform app from scratch in 35 minutes

preview_player
Показать описание

Follow me on 'em socials:

Today we'll build an application completely from scratch, using .NET MAUI!
We'll use MVVM, Data Binding, Custom Converters, and more 🤙
#dotnetmaui #mvvm #dotnet #csharp #amantinband
Рекомендации по теме
Комментарии
Автор

Curious to hear what you think! Was it too fast? Not detailed enough? Also, would you be interested in dependency injection and other topics in .NET MAUI?

amantinband
Автор

This video is extremely good, keep making these.
I would like to see a follow up video where you expand the app another stage.
Namely, handling data (e.g, user inputs - like uploading new meal events), and log-in accounts.

justin
Автор

Very good, excellent, thanks! Was frightened starting a new MAUI project, but you showed me that it's really just UWP!

wertrager
Автор

Great tutorial. Hope to have a complete .NET MAUI App video tutorial in the furture.

hotasfireph
Автор

Hi Amichai! Maui supports strings in Grid- and Rowdefinitions, so you can write <Grid RowDefinitions="auto, 2*, *, auto" ColumnDefinitions="..."> 🙂

CoderboyPB
Автор

Awesome!
How do you exacly get that color picker for the BuberBlue color?

ΜΑΝΩΛΗΣΘΡΑΨΑΝΙΩΤΗΣ
Автор

This was one of the best Maui tutorials I've seen. I loved how you refer to the figma sketch as your code along. Gives us a birds eye view of what we are aiming for. Loved the pace and clarity of instruction. I wish I had those vim ninja skills of yours :) I'm learning mobile development and have experience with C# so would love to give Maui a shot. Do you have any paid courses? Also would love to know which theme you're using for visual studio as it seems soothing. Thanks for this fantastic tutorial and would love to see more Maui stuff from you!

FunnyVideos-niiu
Автор

Looks like we have a new .Net MAUI guy here 🔥

mahmoudalaskalany
Автор

Lovely content.. Highly understandable.. I'm facing a very hard to especially in designing the UI screens you have given a perfect picture on how to handle any type design with this video.. thxxxx a

SidCods
Автор

You used a Uri for your images. How would I bind a local image stored in the project? I tried:

MyImage: new
in my VM and
Image MyImage

in the Model and it didn't display anything.

sardissozo
Автор

I really like your vim operation, it looks cool. When will you release a video of your vim configuration? The vim support in vscode seems very friendly, but the vim in visual studio seems not so easy to configure.

卓晓松
Автор

Finally, it's not the same tired purple robot splash screen.

bobweiram
Автор

Awesome!!!!, thank you so much for these tutorials i have learned a lot from you, God bless you sir.

musazulu
Автор

Great video, may we please have more of these, maybe we can complete the application and add a registration and login pages.

musazulu
Автор

i thing there is mistake on image source not showing there is some thing error on code mvvm or there is any change on .net maui for image binding source

younessesoft
Автор

This channel has the potential to be one of the best maui dev channels out there. I prefer pre coded content (or cut and paste) over watching typing. So easy to create an error with a typo in real time then several minutes working out the error. Also saves time. Can always stop or replay if coding along.

I do prefer full on app dev over a series of videos looking at the best practices like injection and exception handling. Only an interested casual observer not a coder I’m enjoying your content will keep watching.

johnmaguire
Автор

That was a good demonstration ! I enjoyed it ! I find it interesting that you explain what's behind the scenes of using the community toolkit (the generated code behind the ObservableProperty and why you use the Breakfasts property with an upper case B and so on.)
I'd have liked you did the same for the RefreshView Command as you said you will in the video but you didn't at the end :)
One question though: why are you declaring your converters as BaseConverter<object, string> and not BaseConverter<DateTime, string> ? It forces you to do a runtime cast of the value. Is it simply not supported by the framework ?

nikogj
Автор

Hi Amichai Mantinband! Nice Video but I have a question. Is a ListView not a better choice than CollectionView?

razonspielt
Автор

Very nice video. I have some wpf knowledge so it was perfect to watch.

neutronstar
Автор

Your proeficiency with VIM makes me jealous x.x

GuigaPlay