.NET MAUI Controls: Mastering the Basics and Beyond

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 55

  • @CodingDroplets
    @CodingDroplets  Год назад +1

    ⭐ Join Us on Patreon: www.patreon.com/CodingDroplets
    .NET MAUI Tutorial Series:
    ruclips.net/video/O3-jFuXqASE/видео.html

  • @manjitkmohan
    @manjitkmohan 4 месяца назад +5

    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  4 месяца назад

      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 Месяц назад

      I also agree with this. Fataafatt, no issues etc.

  • @elcheapo9444
    @elcheapo9444 Год назад +3

    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  Год назад +1

      Thank you so much! Truly appreciate your kind words and support.

  • @jorgejorge8878
    @jorgejorge8878 9 месяцев назад +2

    I've been watching these videos and I have to say, this is absolutely incredible. Thanks

    • @CodingDroplets
      @CodingDroplets  9 месяцев назад

      Thank you so much for your kind words! Glad to hear that.

  • @MassimoColurcio-x1n
    @MassimoColurcio-x1n Год назад +3

    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.

  • @teftele
    @teftele Год назад +3

    This is the best tutorial I've ever seen! 😃😄

    • @CodingDroplets
      @CodingDroplets  Год назад +1

      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! 😄

  • @gdinpopara
    @gdinpopara 5 месяцев назад +1

    Very decent tutorial. Most common controls as they are. Thanks

    • @CodingDroplets
      @CodingDroplets  5 месяцев назад

      Thank you for your kind words! Glad to hear that.

  • @talkathiriify
    @talkathiriify 6 месяцев назад +1

    Excellent as usual.
    Thank you very much.

    • @CodingDroplets
      @CodingDroplets  6 месяцев назад

      Thank you for your kind words! Glad to hear that.

  • @ceramicellasy3392
    @ceramicellasy3392 Год назад +2

    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.

  • @morsheddld
    @morsheddld 2 месяца назад +1

    Superb ❤

  • @mjonausk
    @mjonausk 4 месяца назад

    Exactly what I wanted. Thanks for this tutorial.

    • @CodingDroplets
      @CodingDroplets  4 месяца назад +1

      You are Welcome! Glad to hear that.

  • @soumyadipmajumder3450
    @soumyadipmajumder3450 6 месяцев назад +1

    Great tutorial, awesome course.

  • @SanjivKumar-oz8rz
    @SanjivKumar-oz8rz 10 месяцев назад +1

    SUPERB Sir, Very Helpful......

  • @redmundperrz7234
    @redmundperrz7234 8 месяцев назад +1

    Thanks for the tutorial,can you do video net maui using third party components like material ui

    • @CodingDroplets
      @CodingDroplets  8 месяцев назад +1

      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 8 месяцев назад +1

      @@CodingDroplets thanks

  • @davidwamahiu169
    @davidwamahiu169 Год назад +1

    Great content!

  • @tophatpuma
    @tophatpuma Год назад +1

    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!

  • @hungchip
    @hungchip 8 месяцев назад +1

    Hi Master, It seems we lack Control so users can draw, write their signature.

    • @CodingDroplets
      @CodingDroplets  8 месяцев назад +1

      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

  • @sherlockholmes3316
    @sherlockholmes3316 21 день назад +1

    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  17 дней назад

      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.

  • @mandardesai3841
    @mandardesai3841 4 месяца назад +1

    how can you change radiobutton color ? how can set different color check and uncheck radio button?

    • @CodingDroplets
      @CodingDroplets  4 месяца назад +1

      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!

  • @ceramicellasy3392
    @ceramicellasy3392 Год назад +1

    Please explain how we got the data in path

    • @CodingDroplets
      @CodingDroplets  Год назад +2

      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 Год назад +1

    Wait for the next clip please don't be late for us

    • @CodingDroplets
      @CodingDroplets  Год назад +1

      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 Год назад +1

    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 Год назад +1

    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 Год назад +2

    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 5 месяцев назад +1

    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  5 месяцев назад

      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.