⭐ Join Us on Patreon: www.patreon.com/CodingDroplets .NET MAUI Tutorial Series: kzbin.info/www/bejne/hWSQm3mrjdZ0iac
@manjitkmohan6 ай бұрын
i love the speed of the tutorial. No dragging... fataafattt..... if needed I can pause & look at code, google and come back.... love it! 👍
@CodingDroplets6 ай бұрын
Thank you so much for the feedback! I'm glad you found the tutorial helpful and the pace suitable for your learning style.
@rahulkishore33403 ай бұрын
I also agree with this. Fataafatt, no issues etc.
@elcheapo9444 Жыл бұрын
Indian tutors are the best. I prefer them over the other so-called experts and evangelists. Turn on captions if you have trouble with the accent. Well done!
@CodingDroplets Жыл бұрын
Thank you so much! Truly appreciate your kind words and support.
@jorgejorge887810 ай бұрын
I've been watching these videos and I have to say, this is absolutely incredible. Thanks
@CodingDroplets10 ай бұрын
Thank you so much for your kind words! Glad to hear that.
@MassimoColurcio-x1n Жыл бұрын
Fantastic job. So clear and very well explained. Keep up the good work!
@CodingDroplets Жыл бұрын
Thank you for watching the video and leaving such a positive comment. I'm glad to hear that you found the video helpful and that the information was clear and well-explained.
@gdinpopara7 ай бұрын
Very decent tutorial. Most common controls as they are. Thanks
@CodingDroplets7 ай бұрын
Thank you for your kind words! Glad to hear that.
@teftele Жыл бұрын
This is the best tutorial I've ever seen! 😃😄
@CodingDroplets Жыл бұрын
Thank you so much for your enthusiastic feedback! I'm glad to hear that you found the tutorial to be the best you've ever seen. Your positive comment made my day! 😄
@talkathiriify8 ай бұрын
Excellent as usual. Thank you very much.
@CodingDroplets8 ай бұрын
Thank you for your kind words! Glad to hear that.
@mjonausk6 ай бұрын
Exactly what I wanted. Thanks for this tutorial.
@CodingDroplets6 ай бұрын
You are Welcome! Glad to hear that.
@ceramicellasy3392 Жыл бұрын
you are prefect please continue and explain Recognize a pinch gesture
@CodingDroplets Жыл бұрын
Thank you for your comment! I appreciate your interest in learning more about .NET MAUI controls and I'm glad to hear that you're looking forward to upcoming videos. In those videos, we'll cover different aspects of .NET MAUI controls, including how to recognize different types of gestures like pinch, tap, and swipe. We'll also demonstrate how to customize controls and create your own custom controls in .NET MAUI. Stay tuned for more content and please feel free to let me know if you have any specific topics or questions you'd like to see covered in future videos.
@SanjivKumar-oz8rz Жыл бұрын
SUPERB Sir, Very Helpful......
@CodingDroplets Жыл бұрын
Glad to hear that
@morsheddld3 ай бұрын
Superb ❤
@CodingDroplets3 ай бұрын
Thank You!
@soumyadipmajumder34508 ай бұрын
Great tutorial, awesome course.
@CodingDroplets8 ай бұрын
Thank You! Glad to hear that.
@tophatpuma Жыл бұрын
Thanks!
@CodingDroplets Жыл бұрын
Thank you so much for your kind support and feedback! I'm glad you found the tutorial helpful. Your support is greatly appreciated!
@redmundperrz723410 ай бұрын
Thanks for the tutorial,can you do video net maui using third party components like material ui
@CodingDroplets10 ай бұрын
You're welcome! I appreciate your feedback. Using third-party components, especially popular libraries like Material UI, in .NET MAUI is a great idea, and I'll definitely consider creating a video on that topic in the upcoming content.
@redmundperrz723410 ай бұрын
@@CodingDroplets thanks
@sherlockholmes33162 ай бұрын
How do we access control methods in viewmodel? Suppose after fetching data from database , we want to scroll to end how can we call Collectionview.scrollto? if we load the data in code behind.cs we can do that because code behind can access the collectionview using x:Name but how to do it in viewmodel?
@CodingDroplets2 ай бұрын
You can use a messaging service like WeakReferenceMessenger or an event-based approach. After fetching data in your ViewModel, send a message or trigger an event that the View (code-behind) can subscribe to, and then call CollectionView.ScrollTo from the View. This keeps your ViewModel clean and follows the MVVM pattern.
@davidwamahiu169 Жыл бұрын
Great content!
@CodingDroplets Жыл бұрын
Thank You!
@mandardesai38416 ай бұрын
how can you change radiobutton color ? how can set different color check and uncheck radio button?
@CodingDroplets6 ай бұрын
To change the color of a `RadioButton` and set different colors for checked and unchecked states, you can use the `VisualStateManager`. I'll consider creating a video on this topic soon. Stay tuned for updates!
@hungchip9 ай бұрын
Hi Master, It seems we lack Control so users can draw, write their signature.
@CodingDroplets9 ай бұрын
You can try the DrawingView control which is a part of MAUI Community Toolkit library. Please check learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/views/drawingview
@ceramicellasy3392 Жыл бұрын
Please explain how we got the data in path
@CodingDroplets Жыл бұрын
To create the data for the Path control using third-party tools, you can use any software that supports vector graphics and export the data as XAML or SVG files. One such tool is the SVG Path Editor (yqnn.github.io/svg-path-editor/), which is a web-based editor that allows you to create and edit SVG paths visually. You can use this editor to create your path and then export the data as an SVG file. Another option for getting data for the Path control is to use free SVG files from websites like FreeSVG.org. You can download an SVG file that contains a path you want to use, extract the path data from the file, and then use it directly in the data property of the Path control.
@ceramicellasy3392 Жыл бұрын
Wait for the next clip please don't be late for us
@CodingDroplets Жыл бұрын
Thank you so much for your comment and for showing interest in the upcoming videos! I appreciate your enthusiasm and I'll do my best to deliver more content as soon as possible. In the meantime, you can check out my previous videos or let me know if you have any suggestions for topics you'd like me to cover. Thanks for watching and stay tuned for more!
@mrAbbas381366 Жыл бұрын
Frame is old.. Use border instead
@CodingDroplets Жыл бұрын
Thank you for watching and sharing your feedback with us! We appreciate your input and the suggestion you've provided. You are absolutely right; the "Border" control does offer more options from a functional perspective.
@ainsleyinnella7679 Жыл бұрын
Promo SM
@CodingDroplets Жыл бұрын
I'm sorry, but I'm not sure what you mean by "Promo SM." Could you please clarify your question or provide more context so that I can better understand how to assist you? I would be happy to help with any questions or concerns you may have about my .NET MAUI Controls tutorial.
@halanchi1444 Жыл бұрын
That's amazing . Thanks a lot
@CodingDroplets Жыл бұрын
Thank you so much for your kind comment! We're thrilled to hear that you found the ".NET MAUI Controls" video to be amazing.
@codegamers9997 ай бұрын
hey can yo hell me pls with the depency injection shell navigatio problem is the page and in its class constractor the depecdy injection of model view like this Dashboard(ViewModel viewmodel) and after lgin success i just what to redirect to dashboard using shell.current.GoToAsycn($"//{nameof(Dashboard)}"); but the errot in this line please help me up
@CodingDroplets7 ай бұрын
It seems like you're encountering an issue with dependency injection and shell navigation in your MAUI application. Ensure that the ViewModel is registered correctly in your service collection and initialized before attempting to navigate to the Dashboard page. Also, make sure that the Dashboard page is registered in your app's routing configuration and that the name matches the name used in the nameof(Dashboard) expression.