.NET MAUI Controls: Mastering the Basics and Beyond

  Рет қаралды 18,435

Coding Droplets

Coding Droplets

Күн бұрын

Пікірлер: 55
@CodingDroplets
@CodingDroplets Жыл бұрын
⭐ Join Us on Patreon: www.patreon.com/CodingDroplets .NET MAUI Tutorial Series: kzbin.info/www/bejne/hWSQm3mrjdZ0iac
@manjitkmohan
@manjitkmohan 6 ай бұрын
i love the speed of the tutorial. No dragging... fataafattt..... if needed I can pause & look at code, google and come back.... love it! 👍
@CodingDroplets
@CodingDroplets 6 ай бұрын
Thank you so much for the feedback! I'm glad you found the tutorial helpful and the pace suitable for your learning style.
@rahulkishore3340
@rahulkishore3340 3 ай бұрын
I also agree with this. Fataafatt, no issues etc.
@elcheapo9444
@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
@CodingDroplets Жыл бұрын
Thank you so much! Truly appreciate your kind words and support.
@jorgejorge8878
@jorgejorge8878 10 ай бұрын
I've been watching these videos and I have to say, this is absolutely incredible. Thanks
@CodingDroplets
@CodingDroplets 10 ай бұрын
Thank you so much for your kind words! Glad to hear that.
@MassimoColurcio-x1n
@MassimoColurcio-x1n Жыл бұрын
Fantastic job. So clear and very well explained. Keep up the good work!
@CodingDroplets
@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.
@gdinpopara
@gdinpopara 7 ай бұрын
Very decent tutorial. Most common controls as they are. Thanks
@CodingDroplets
@CodingDroplets 7 ай бұрын
Thank you for your kind words! Glad to hear that.
@teftele
@teftele Жыл бұрын
This is the best tutorial I've ever seen! 😃😄
@CodingDroplets
@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! 😄
@talkathiriify
@talkathiriify 8 ай бұрын
Excellent as usual. Thank you very much.
@CodingDroplets
@CodingDroplets 8 ай бұрын
Thank you for your kind words! Glad to hear that.
@mjonausk
@mjonausk 6 ай бұрын
Exactly what I wanted. Thanks for this tutorial.
@CodingDroplets
@CodingDroplets 6 ай бұрын
You are Welcome! Glad to hear that.
@ceramicellasy3392
@ceramicellasy3392 Жыл бұрын
you are prefect please continue and explain Recognize a pinch gesture
@CodingDroplets
@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
@SanjivKumar-oz8rz Жыл бұрын
SUPERB Sir, Very Helpful......
@CodingDroplets
@CodingDroplets Жыл бұрын
Glad to hear that
@morsheddld
@morsheddld 3 ай бұрын
Superb ❤
@CodingDroplets
@CodingDroplets 3 ай бұрын
Thank You!
@soumyadipmajumder3450
@soumyadipmajumder3450 8 ай бұрын
Great tutorial, awesome course.
@CodingDroplets
@CodingDroplets 8 ай бұрын
Thank You! Glad to hear that.
@tophatpuma
@tophatpuma Жыл бұрын
Thanks!
@CodingDroplets
@CodingDroplets Жыл бұрын
Thank you so much for your kind support and feedback! I'm glad you found the tutorial helpful. Your support is greatly appreciated!
@redmundperrz7234
@redmundperrz7234 10 ай бұрын
Thanks for the tutorial,can you do video net maui using third party components like material ui
@CodingDroplets
@CodingDroplets 10 ай бұрын
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.
@redmundperrz7234
@redmundperrz7234 10 ай бұрын
@@CodingDroplets thanks
@sherlockholmes3316
@sherlockholmes3316 2 ай бұрын
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?
@CodingDroplets
@CodingDroplets 2 ай бұрын
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
@davidwamahiu169 Жыл бұрын
Great content!
@CodingDroplets
@CodingDroplets Жыл бұрын
Thank You!
@mandardesai3841
@mandardesai3841 6 ай бұрын
how can you change radiobutton color ? how can set different color check and uncheck radio button?
@CodingDroplets
@CodingDroplets 6 ай бұрын
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!
@hungchip
@hungchip 9 ай бұрын
Hi Master, It seems we lack Control so users can draw, write their signature.
@CodingDroplets
@CodingDroplets 9 ай бұрын
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
@ceramicellasy3392 Жыл бұрын
Please explain how we got the data in path
@CodingDroplets
@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
@ceramicellasy3392 Жыл бұрын
Wait for the next clip please don't be late for us
@CodingDroplets
@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
@mrAbbas381366 Жыл бұрын
Frame is old.. Use border instead
@CodingDroplets
@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
@ainsleyinnella7679 Жыл бұрын
Promo SM
@CodingDroplets
@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
@halanchi1444 Жыл бұрын
That's amazing . Thanks a lot
@CodingDroplets
@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.
@codegamers999
@codegamers999 7 ай бұрын
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
@CodingDroplets
@CodingDroplets 7 ай бұрын
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.
Mastering MAUI CarouselView & MAUI IndicatorView: DotNet MAUI Tutorial
9:18
Understand DotNet MAUI Layouts | DotNet MAUI Tutorial
27:13
Coding Droplets
Рет қаралды 26 М.
Smart Sigma Kid #funny #sigma
00:14
CRAZY GREAPA
Рет қаралды 98 МЛН
Who's spending her birthday with Harley Quinn on halloween?#Harley Quinn #joker
01:00
Harley Quinn with the Joker
Рет қаралды 11 МЛН
ChatGPT: Your Virtual App Designer for .NET MAUI [DotNet MAUI]
11:45
Coding Droplets
Рет қаралды 8 М.
Mastering .NET MAUI SwipeView for Enhanced App Experience
18:36
James Montemagno
Рет қаралды 15 М.
The Magic of .NET MAUI Handlers - Sweeky Satpathy - NDC Oslo 2024
7:15
Starting .NET MAUI Development in 2024 - What You Need To Know
35:18
James Montemagno
Рет қаралды 76 М.
.NET and C# are in trouble. Here is what I'd do.
10:57
Ed Andersen
Рет қаралды 93 М.
.NET MAUI Community Standup - .NET MAUI + Amazing TitleBars
1:01:08
Reusable, Custom Controls in .Net Maui!
14:09
Programming With Chris
Рет қаралды 13 М.
Building a Mobile App in 2024: The BEST Technologies
13:31
Dan Ilies
Рет қаралды 84 М.