💡This is it! This was the final part of this course! Thank you so much for joining me on this, I had much fun creating it, I hope you had fun following it. If you want to learn more on .NET MAUI, find this playlist right here: th-cam.com/video/nCNh9G-Q688/w-d-xo.html Or if you want to review the full .NET MAUI Crash Course playlist? You can do that here 👉th-cam.com/video/mgW6xviirQk/w-d-xo.html
Great course Gerald, very concise. I was able to follow (and understand) what you were doing and saying, without rewinding 15 times. That in itself helped really make this course. Thanks again.
Man, I have no words for this course. Great course, for sure. Thank you for sharing this with us. It was really amazing to show us how to build MAUI apps.
@@jfversluis ehehe. I have learned more than three. This was my first step into MAUI world. Keep sharing great videos about MAUI development and see you around.
Great video!!! TY!! Gerald, I need to save keys for my application, like app.config or appsettings.json, for debug and release environments. For MAUI, what is the best option? Best regards
Hi Gerald, Thanks for all you videos which helped me a lot. would you be able to make a video about creating a service in Xamarin form? e.g. background, foreground and bound service, etc? much appreciated.
Great course. Thanx for all the work. I have quite big experiance with WPF and PRISM. But lately going into MAUI I would like to stay away from it, because i feel like many problems are already solved in MAUI. Is there a way however how to do Regions ? I would like to use MAUI for Windows, where we have huge screens and UI is split into regions and we navigate just those. Thanx for any tips or directions.
Hey Gerald, great content. I am new to C# and .Net ecosystem and still hetting grasp of it. I am more in mobile aspect of .Net first and than web, could you please make a beginner friendly video of what all concents of C# and .Net a newbiee should know befored digging deeper. Thank you
@Gerald, Nice crash course! I know there isn't a ready cross-platform Map control available in Maui GA. If I want to implement Maps right now in Maui, what's the best route?
@@jfversluis Thanks for sharing, saw the article but the repo wasn't shared. I would be interested in a course on how to do some of these advanced implementations. Esp for things like Maps, Video Player/Playback.
Hi Gerald, please could you explain how to setup the android emulator on a mac so that the .net maui app can connect to the internet. At the moment, my app will not connect to the internet. I’ve tried setting the proxy in the android emulator settings and restarted the android emulator, but still not internet connection.
Awesome videos. they help me a lot. One big question that wasn't answered that I was hoping you could shed some light on. HOW TO PRINT ON WINDOWS WITH MAUI. I did manage to print with android using the platform folder. though I had to create dummie partial class files in each of the other os folders, it does what I need (print text lines on a receipt printer.) But now I need to do the same thing with windows. I've tried the same thing with Print Manager from uwp but whenever I try to invoke anything from Printmanager. the app fails with no error messages. Ive tracked it down to Printmanager itself. seems its not supported in Maui. So how do we print (text line by line- I don't even need to print an entire page) on Windows with Maui?
Thanks Gary! I'm afraid I don't have an answer for you. As for your statement "Ive tracked it down to Printmanager itself. seems its not supported in Maui." We're supporting everything WinUI is supporting. So if printing is supported in WinUI, you can do it with .NET MAUI as well. Looks like there is an ongoing discussion about it here: github.com/microsoft/microsoft-ui-xaml/issues/4419 hope that helps!
First of all: Great course. Thank you so much. One request: Can you create a video showing what is the best approach to create a layout for different screen sizes. Like this MonkeyFinder, but with dynamically columns in the CollectionView on Windows instead of a single column on Android? Thanks.
Thanks for doing this course. It was extremity beneficial seeing it put all together the way you did. I was wondering if you could do a video on the benefit to using MVVM, whether it being unit tests or anything else. There seems to be a lot of overhead in using it so it would be great to see the payoff.
@@jfversluis I'm able to follow how you're doing it but I don't see the benefits. I'm probably just missing it, but Code Behind is a lot simpler and a lot less code. You can still use binding. I always heard that the benefit to MVVM in general is that you can have a designer do the pages (XAML in this case) and a programmer do the code. But I would guess that in the majority of cases the programmer is doing both. Which would mean a lot of unnecessary code. Unless there's another benefit to it like Unit Tests. I think you and/or James Montemagno implied that. I've never done Unit Tests in Xamarin/Maui so I don't know. Or maybe there's something else I'm missing. Thanks again.
💡This is it! This was the final part of this course! Thank you so much for joining me on this, I had much fun creating it, I hope you had fun following it. If you want to learn more on .NET MAUI, find this playlist right here: th-cam.com/video/nCNh9G-Q688/w-d-xo.html
Or if you want to review the full .NET MAUI Crash Course playlist? You can do that here 👉th-cam.com/video/mgW6xviirQk/w-d-xo.html
Great course! Thank you for all the work you put into it. Would love to see some videos on Testing and "Best Practices" with MAUI projects.
Thank you Ethan! And that’s a great idea! I’ll put that on the list. Thanks for your support!
Same request here for a basic unit testing with Maui example. Thanks for the videos.
Great course Gerald, very concise. I was able to follow (and understand) what you were doing and saying, without rewinding 15 times. That in itself helped really make this course. Thanks again.
That is amazing to hear, thank you very much! 😄 you made my Sunday!
Man, I have no words for this course. Great course, for sure. Thank you for sharing this with us. It was really amazing to show us how to build MAUI apps.
Thanks Wladimir! You’re very welcome! Glad you found it useful and hope you learned a thing or two
@@jfversluis ehehe. I have learned more than three. This was my first step into MAUI world. Keep sharing great videos about MAUI development and see you around.
Super content @Gerald as always!!
Thanks so much Argon!
Great video!!! TY!!
Gerald, I need to save keys for my application, like app.config or appsettings.json, for debug and release environments. For MAUI, what is the best option?
Best regards
This video really is the icing on the cake. Congrats on the series and thank you 👌
Haha thank you Chris! Glad you liked it!
Hi Gerald,
Thanks for all you videos which helped me a lot. would you be able to make a video about creating a service in Xamarin form? e.g. background, foreground and bound service, etc? much appreciated.
How to create custom controls on MAUI would be nice!
Great course. Thanx for all the work. I have quite big experiance with WPF and PRISM. But lately going into MAUI I would like to stay away from it, because i feel like many problems are already solved in MAUI.
Is there a way however how to do Regions ? I would like to use MAUI for Windows, where we have huge screens and UI is split into regions and we navigate just those.
Thanx for any tips or directions.
Thanks to your videos, I was able to learn properly. Thank you so much. I sincerely hope you are doing well.
Excellent! Very happy to hear that! Have fun with .NET MAUI!
Hey Gerald, great content. I am new to C# and .Net ecosystem and still hetting grasp of it. I am more in mobile aspect of .Net first and than web, could you please make a beginner friendly video of what all concents of C# and .Net a newbiee should know befored digging deeper.
Thank you
@Gerald, Nice crash course! I know there isn't a ready cross-platform Map control available in Maui GA. If I want to implement Maps right now in Maui, what's the best route?
There is this great blog here to get started: www.cayas.de/blog/dotnet-maui-custom-map-handler
@@jfversluis Thanks for sharing, saw the article but the repo wasn't shared. I would be interested in a course on how to do some of these advanced implementations. Esp for things like Maps, Video Player/Playback.
@@KryptoniteJugz90 I’ll think about it!
Hi Gerald, please could you explain how to setup the android emulator on a mac so that the .net maui app can connect to the internet. At the moment, my app will not connect to the internet. I’ve tried setting the proxy in the android emulator settings and restarted the android emulator, but still not internet connection.
Thank you Gerald, you have a way to teach that helps me to learn a lot.
Wow thank you so much! That is amazing to hear 😊
Awesome videos. they help me a lot. One big question that wasn't answered that I was hoping you could shed some light on. HOW TO PRINT ON WINDOWS WITH MAUI. I did manage to print with android using the platform folder. though I had to create dummie partial class files in each of the other os folders, it does what I need (print text lines on a receipt printer.) But now I need to do the same thing with windows. I've tried the same thing with Print Manager from uwp but whenever I try to invoke anything from Printmanager. the app fails with no error messages. Ive tracked it down to Printmanager itself. seems its not supported in Maui. So how do we print (text line by line- I don't even need to print an entire page) on Windows with Maui?
Thanks Gary! I'm afraid I don't have an answer for you. As for your statement "Ive tracked it down to Printmanager itself. seems its not supported in Maui." We're supporting everything WinUI is supporting. So if printing is supported in WinUI, you can do it with .NET MAUI as well. Looks like there is an ongoing discussion about it here: github.com/microsoft/microsoft-ui-xaml/issues/4419 hope that helps!
First of all: Great course. Thank you so much.
One request: Can you create a video showing what is the best approach to create a layout for different screen sizes. Like this MonkeyFinder, but with dynamically columns in the CollectionView on Windows instead of a single column on Android? Thanks.
Hello, would you make a tutorial on how to make the status bar fully transparent in Android? The other methods are outdated
Interesting… what is an older method?
Thanks for doing this course. It was extremity beneficial seeing it put all together the way you did. I was wondering if you could do a video on the benefit to using MVVM, whether it being unit tests or anything else. There seems to be a lot of overhead in using it so it would be great to see the payoff.
Thank you Jim! Are the benefits not clear from the video that is included in this course about MVVM?
@@jfversluis I'm able to follow how you're doing it but I don't see the benefits. I'm probably just missing it, but Code Behind is a lot simpler and a lot less code. You can still use binding. I always heard that the benefit to MVVM in general is that you can have a designer do the pages (XAML in this case) and a programmer do the code. But I would guess that in the majority of cases the programmer is doing both. Which would mean a lot of unnecessary code. Unless there's another benefit to it like Unit Tests. I think you and/or James Montemagno implied that. I've never done Unit Tests in Xamarin/Maui so I don't know. Or maybe there's something else I'm missing. Thanks again.
Great course I followed it all no mistake occured
Perfect, glad to hear that! Thanks for following along!
Thanks for wonderful course. Can we use Google play services nuget packages with maui project for push notifications ?
You absolutely should be able to. Have a look at this little gist for some basics: gist.github.com/jfversluis/dd760594099066c7450d50cce6499368
@@jfversluis Thanks Gerald. I got it now. You are great 💥💥.
Great course, thanks a lot for that. What might be an idea for a new video would be authentication/ authorization (oauth, Face ID etc)
Thanks! OAuth and Face ID are two very separate things though ;)
@@jfversluis oh.. ok. Thought Face ID sits on top of OAuth 🙈
Thanks @Gerald for great videos.
Now waiting for video tutorials on blazor hybrid. It will be great to start learning blazor hybrid from you.
You’re very welcome! I will work on that one soon. Do you prefer the separate videos or do you want to have one longer video?
@@jfversluis Seperate videos will be preferable if it will be easy for you.Or else long videos will also work.
Weekly Xamarin Newsletter can also be included into this list. Curated list of articles week after week.
Ooh that’s right! How could I forget? Thank you!
Great course thank you
Thanks so much Mike!
Thanks for everything !
Thank you so much for sticking with me!
very good I liked a lot. I would like to see a video about creating a Skia view. I need it for a project. I'm going to get my certificate.
Thank you so much! I'll see what I can do about Skia and make sure to hang your certificate in your office! 😉
thank you so much😁
Hello, I was wondering, I am trying to make a tap gesture recongizer on my android app but it doesnt seem to work on Android. Is this a bug?
Hm not that I know of, but if you think there is, check the repo if something is there and if not, open one!
Awesome course!
Thank you so much 🥰 appreciate it!
Does the certificate link still work?
I've brought it back online! Make sure you share it out and tag me!
@@jfversluis 😀👍
Thanks so much Bro
No problem at all! I hope it will help you get started!
@@jfversluis Thanks and I will wait you in future
is there any way to send a WhatsApp message using .Net Maui i shearched alot but nothing work with me
Did you find something for Xamarin? That should be easily transferable to .NET MAUI
@@jfversluis no i can not find any thing in xamarin forms can work with maui to send the message i only found library to open whatsapp
You can only do some limited things to send WhatsApp messages and such. I think they have an API but only for businesses
@@jfversluis yes they do but i want to send message to normal WhatsApp not WhatsApp Business
Then kind of your only option is this: faq.whatsapp.com/android/im-an-android-developer-how-can-i-integrate-whatsapp-with-my-app