Best content for a first timer .net maui I couldn't understand anything from others tagging videos as "BEGGINER" but this one explain most of my questions. Thank you!
Thank you so much for your kind words! Glad to hear that the video was helpful, especially as a first-timer with .NET MAUI. It means a lot that it answered your questions.
From far the best guide for someone who is really on it's beggining with MAUI, I followed a lot of tutorials but your calm and way of going through things and making a foundation is unbelivable, you really have some skills in tutoring, thank you a lot for the videos mate!
Thank you so much for your kind words! I'm thrilled to hear that you found the tutorial helpful and that it provided a solid foundation for your journey with .NET MAUI. Your feedback means a lot to me, and I'm glad I could assist you in your learning process.
Thank you for your comment! I'm glad to hear that you found the tutorial helpful and entertaining. It's great to know that the video is serving as a good companion during your subway rides. I hope it makes your commute a little more enjoyable!
So far, this is the only video I found in the internet that clearly explains the differences between the different navigation in .NET MAUI. Thank you for your effort! Now, I am thinking about applying the same thing using MVVM architecture... I wish you did a video for that soon. Edit: Now I wonder if I can use more than 1 navigation technique for just one app. I want to see the implementation if that was possible
Thank you so much for your feedback! I'm thrilled to hear that you found the tutorial helpful in understanding the navigation techniques in .NET MAUI. I appreciate your suggestion for a video on implementing MVVM architecture with navigation in .NET MAUI, and I'll definitely consider creating one in the future. Regarding your question about using multiple navigation techniques in one app, it's absolutely possible! .NET MAUI offers flexibility in how you navigate between pages, and you can mix and match different navigation techniques based on your app's requirements. Implementing multiple navigation techniques in a single app could be a great topic for a future tutorial.
Enjoying the series, thank you for the visual text with the explanations. This helps in understanding each topic you touched on. Great teaching ❤. Thank you.
Thank you so much for your kind words! I'm glad you found the tutorial helpful and enjoyed my teaching style. It's my goal to make the learning experience enjoyable and understandable for everyone.
Excellent, wonderful, useful, and extremely helpful tutorial. It would've been just better if you could have explained the FlyoutPage a bit more. Apart from this, every single topic have been covered in detailed
Thank you for the positive feedback! I appreciate your suggestion about covering FlyoutPage in more detail. I'll keep that in mind for future tutorials.
Thank you so much for your kind words and feedback! I'm glad to hear that you liked it. Your encouragement motivates me to continue creating more helpful and informative content.
Another finished tutorial, Thanks again for your valuable knowledge!!! One question, I´m using Mac, so when I emulate iPhone or MacCatalyst, the icons appear huge, is there any way to show these icons smaller?
During World War II, the Allies provided air support to soldiers fighting on the ground. The soldiers referred to air support as "Angels On Our Shoulders". That is what Coding Droplets is to coders: "Angels On Our Shoulders".
Thank you so much for your kind words and the meaningful analogy! We strive to create valuable content and tutorials that help developers enhance their skills and overcome challenges. Your comment is truly appreciated and serves as a motivation to continue delivering helpful and insightful content.
Thank you for your comment! I am glad to hear that you are interested in learning more about using the Community Toolkit for MAUI. In the upcoming videos, we will definitely cover how to use the Community Toolkit and include practical examples to demonstrate its capabilities. Stay tuned.
Thank you for your comment! In this video, we focused on explaining the TabbedPage in .NET MAUI, which allows you to create a tabbed interface for managing multiple pages. It provides a convenient way to organize and navigate between different sections of your application. If you were referring to the tabbed interface in the context of the video, then yes, we covered the TabbedPage and its usage. However, if you were specifically looking for information on opening windows or implementing a more advanced tabbed interface like MDI (Multiple Document Interface) found in WPF, it's important to note that it might require additional customization and platform-specific implementation.
Hello! Thank you for your comment. I'm glad to hear that you found what you were looking for in my .NET MAUI Pages Tutorial video. It's always great to hear positive feedback from viewers, and I'm happy to have been able to help you.
Hello teacher, it seems like we are missing lessons on Multi Windows and FloatingWindows on Android devices. I hope you can produce a video that goes into more detail. I have read the documentation on Microsoft but it is still very difficult to understand for a beginner like me.
Hello! Thank you for reaching out, and I appreciate your feedback. I'll definitely consider creating a video that goes into more detail to help clarify these concepts and provide a more accessible explanation.
Thank you for watching the video and for your question about the most current way to open pages. Both Navigation.PushAsync(new HomePage()) and Shell.Current.GoToAsync(nameof(HomePage)) are valid ways to navigate to a page in .NET MAUI. Navigation.PushAsync(new HomePage()) is the traditional way of navigating between pages in Xamarin and continues to work in .NET MAUI. It pushes the HomePage onto the navigation stack and moves the user to that page. Shell.Current.GoToAsync(nameof(HomePage)) is a newer way of navigating in .NET MAUI, introduced with the Shell navigation pattern. It uses a URI-like syntax to specify the page to navigate to and provides more flexibility in terms of navigation and page hierarchy. Both options have their benefits and it ultimately comes down to personal preference and the specific needs of your application.
While this video is a very good, there's no explanation for navigating to a different page when the user clicks on an item in on the flyoutpage.flyout. Help appreciated.
Thank you for your comment and feedback! I'm glad to hear that you found the ".NET MAUI Pages" tutorial helpful. In the same video, I did cover the topic of navigation and demonstrated how to navigate to different pages. However, I understand that you were specifically looking for an example of navigating to a different page when the user clicks on an item in the flyout menu. I apologize for not including that specific scenario in the tutorial. In the video, I focused on demonstrating navigation using buttons placed inside a content page. I explained how to handle button click events and perform navigation based on user interactions. While the flyout menu scenario was not explicitly covered, the principles of navigation remain the same.
Best content for a first timer .net maui
I couldn't understand anything from others tagging videos as "BEGGINER" but this one explain most of my questions.
Thank you!
Thank you so much for your kind words! Glad to hear that the video was helpful, especially as a first-timer with .NET MAUI. It means a lot that it answered your questions.
From far the best guide for someone who is really on it's beggining with MAUI, I followed a lot of tutorials but your calm and way of going through things and making a foundation is unbelivable, you really have some skills in tutoring, thank you a lot for the videos mate!
Thank you so much for your kind words! I'm thrilled to hear that you found the tutorial helpful and that it provided a solid foundation for your journey with .NET MAUI. Your feedback means a lot to me, and I'm glad I could assist you in your learning process.
Very well explained with details and attention grabbing video. Can't wait for the next one!
Thank You! Next video coming soon.
Thanks, bro! Now this is the best video to watch while riding the subway)😅🎉
Thank you for your comment! I'm glad to hear that you found the tutorial helpful and entertaining. It's great to know that the video is serving as a good companion during your subway rides. I hope it makes your commute a little more enjoyable!
So far, this is the only video I found in the internet that clearly explains the differences between the different navigation in .NET MAUI. Thank you for your effort! Now, I am thinking about applying the same thing using MVVM architecture... I wish you did a video for that soon.
Edit:
Now I wonder if I can use more than 1 navigation technique for just one app. I want to see the implementation if that was possible
Thank you so much for your feedback! I'm thrilled to hear that you found the tutorial helpful in understanding the navigation techniques in .NET MAUI. I appreciate your suggestion for a video on implementing MVVM architecture with navigation in .NET MAUI, and I'll definitely consider creating one in the future.
Regarding your question about using multiple navigation techniques in one app, it's absolutely possible! .NET MAUI offers flexibility in how you navigate between pages, and you can mix and match different navigation techniques based on your app's requirements. Implementing multiple navigation techniques in a single app could be a great topic for a future tutorial.
Great tutorial, I had purchased a course on Udemy, but you explained better than that paid course. Thanks for tutorial:)
Thank you for your feedback! I'm glad to hear that.
I agree with statement because I did the same.
please responce me brother ,thanks a lot in advance
Enjoying the series, thank you for the visual text with the explanations. This helps in understanding each topic you touched on.
Great teaching ❤. Thank you.
Thank you so much for your feedback! I'm glad you're enjoying the series and finding the visual text helpful. Happy coding! ❤️
⭐ Join Us on Patreon: www.patreon.com/CodingDroplets
.NET MAUI Tutorial Series:
th-cam.com/video/O3-jFuXqASE/w-d-xo.html
Awesome and well explained 👍🏻 In udemy it was difficult now you made it more easy. When I worked in WPF it was complicated, maui is easy.
Thank you for your feedback! I'm glad to hear that you found the tutorial helpful and that it made working with MAUI easier for you.
Thank you so much. This is a very helpful video. Keep it up, brother.
You're very welcome! Glad to hear that you found the video helpful.
This was super clear, thanks for the video!
You're very welcome! I'm thrilled to hear that you found the tutorial clear and helpful.
You are an excellent teacher sir!
Thank you so much for your kind words! I'm glad you found the tutorial helpful and enjoyed my teaching style. It's my goal to make the learning experience enjoyable and understandable for everyone.
Excellent tutorial, thank you for the great work
Thank you so much for your kind words! Glad to hear that.
Very helpful. Thank you so much!
I'm glad you found the tutorial helpful! Thank you for watching and for your kind words.
Thank you so much for this video. This video helped me a lottttt
You're very welcome! Thank you for watching the tutorial and for your kind feedback. Glad to hear that the video was helpful to you.
Really well explained, thanks for the tutorial
You are welcome!
Excelent content, thaks!
Thank You!
Useful
Glad to hear that
Excellent, wonderful, useful, and extremely helpful tutorial. It would've been just better if you could have explained the FlyoutPage a bit more. Apart from this, every single topic have been covered in detailed
Thank you for the positive feedback! I appreciate your suggestion about covering FlyoutPage in more detail. I'll keep that in mind for future tutorials.
very very good
Thank You!
Fantastic work, thank you!👌
Thank you so much for your kind words and feedback! I'm glad to hear that you liked it. Your encouragement motivates me to continue creating more helpful and informative content.
Outstanding! Thank you.
You're very welcome!
Another finished tutorial, Thanks again for your valuable knowledge!!! One question, I´m using Mac, so when I emulate iPhone or MacCatalyst, the icons appear huge, is there any way to show these icons smaller?
You mean the icons in tabbed page?
@@CodingDroplets exactly
Tank's 👍
You are most welcome!
Thanks!
Welcome!
During World War II, the Allies provided air support to soldiers fighting on the ground. The soldiers referred to air support as "Angels On Our Shoulders". That is what Coding Droplets is to coders: "Angels On Our Shoulders".
Thank you so much for your kind words and the meaningful analogy! We strive to create valuable content and tutorials that help developers enhance their skills and overcome challenges. Your comment is truly appreciated and serves as a motivation to continue delivering helpful and insightful content.
Please explanation how to use Community toolkit gor MAUI . Thanks for the video
Thank you for your comment! I am glad to hear that you are interested in learning more about using the Community Toolkit for MAUI.
In the upcoming videos, we will definitely cover how to use the Community Toolkit and include practical examples to demonstrate its capabilities. Stay tuned.
@@CodingDroplets cool thanks
Can we open windows in a parent? or tabs like MDI Parent and MDI Child or something like tabs which are there in WPF? if yes any ref link?
Thank you for your comment! In this video, we focused on explaining the TabbedPage in .NET MAUI, which allows you to create a tabbed interface for managing multiple pages. It provides a convenient way to organize and navigate between different sections of your application.
If you were referring to the tabbed interface in the context of the video, then yes, we covered the TabbedPage and its usage. However, if you were specifically looking for information on opening windows or implementing a more advanced tabbed interface like MDI (Multiple Document Interface) found in WPF, it's important to note that it might require additional customization and platform-specific implementation.
How to handle navigation in non UI classes, i have to use navigation inside the class which is inside andriod folder..
finally i found what im looking for.
Hello! Thank you for your comment.
I'm glad to hear that you found what you were looking for in my .NET MAUI Pages Tutorial video. It's always great to hear positive feedback from viewers, and I'm happy to have been able to help you.
Hello teacher, it seems like we are missing lessons on Multi Windows and FloatingWindows on Android devices. I hope you can produce a video that goes into more detail. I have read the documentation on Microsoft but it is still very difficult to understand for a beginner like me.
Hello! Thank you for reaching out, and I appreciate your feedback. I'll definitely consider creating a video that goes into more detail to help clarify these concepts and provide a more accessible explanation.
can u please tell how to visible the app bar name which of our choice in the video it is not there for flyout page
what is the most current way to open pages??
Navigation.PushAsync(new HomePage()) or Shell.Current.GoToAsync(nameof(HomePage))
Thank you for watching the video and for your question about the most current way to open pages.
Both Navigation.PushAsync(new HomePage()) and Shell.Current.GoToAsync(nameof(HomePage)) are valid ways to navigate to a page in .NET MAUI.
Navigation.PushAsync(new HomePage()) is the traditional way of navigating between pages in Xamarin and continues to work in .NET MAUI. It pushes the HomePage onto the navigation stack and moves the user to that page.
Shell.Current.GoToAsync(nameof(HomePage)) is a newer way of navigating in .NET MAUI, introduced with the Shell navigation pattern. It uses a URI-like syntax to specify the page to navigate to and provides more flexibility in terms of navigation and page hierarchy.
Both options have their benefits and it ultimately comes down to personal preference and the specific needs of your application.
While this video is a very good, there's no explanation for navigating to a different page when the user clicks on an item in on the flyoutpage.flyout. Help appreciated.
Thank you for your comment and feedback! I'm glad to hear that you found the ".NET MAUI Pages" tutorial helpful. In the same video, I did cover the topic of navigation and demonstrated how to navigate to different pages.
However, I understand that you were specifically looking for an example of navigating to a different page when the user clicks on an item in the flyout menu. I apologize for not including that specific scenario in the tutorial.
In the video, I focused on demonstrating navigation using buttons placed inside a content page. I explained how to handle button click events and perform navigation based on user interactions. While the flyout menu scenario was not explicitly covered, the principles of navigation remain the same.
@@CodingDroplets Thanks.
Welcome
good evening
i am a .net maui developer and looking for intership/full time job anyone can help me anyway?????Please
🙂
Best of luck with your job search, and I hope you find exciting opportunities in the world of .NET MAUI! 🙂