Onboarding Screen UI In .NET MAUI / Xamarin (Using Carousel View)

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 17

  • @jaysonagustin2780
    @jaysonagustin2780 2 роки тому +1

    Great job on this video, Pragnesh! It's very subtle and I can really understand every step you take. This helped me a lot as I'm still a beginner when it comes to building mobile apps. Thank you so much!

    • @ProgrammingWithPragnesh
      @ProgrammingWithPragnesh  2 роки тому

      Glad it was helpful.
      You can go through this videos it will help you to learn MAUI from beginning.
      MVVM and Databinding : ua-cam.com/video/XBuSVcBdYo4/v-deo.html
      Shell Navigation: ua-cam.com/video/paZNvvUNFi0/v-deo.html

    • @jaysonagustin2780
      @jaysonagustin2780 2 роки тому

      @@ProgrammingWithPragnesh Got it! I'll make sure to check on those. Thank you!

  • @ThamsanqaBengu
    @ThamsanqaBengu 2 роки тому +1

    Thank you Pragnesh, this is very useful.

  • @fuadsvp3984
    @fuadsvp3984 5 місяців тому

    Very usefull

  • @syamjithkv3474
    @syamjithkv3474 Рік тому

    awesome

  • @mansur.dev1999
    @mansur.dev1999 9 місяців тому

    may i know the size of image you just use?

  • @SivaS-zn9qy
    @SivaS-zn9qy 2 роки тому

    After I build as apk file and installed in my mobile. But, app started closing when ever I tried to open the app.

  • @madraven37
    @madraven37 2 роки тому

    Clarification, does Windows machine support carouselview?

    • @createdbyiyia
      @createdbyiyia Рік тому

      on windows CAROUSELVIEW works really bad

  • @mahmudx
    @mahmudx 2 роки тому +1

    How to download this iPhone simulator?

    • @ProgrammingWithPragnesh
      @ProgrammingWithPragnesh  2 роки тому

      Hi, You need to connect windows visual studio with mac system, Then You can see simulator list.

    • @Leozin-ej7lw
      @Leozin-ej7lw Рік тому

      @@ProgrammingWithPragnesh I do not have the license from Apple, even so I can download the emulator connecting with a Mac ?

    • @ProgrammingWithPragnesh
      @ProgrammingWithPragnesh  Рік тому

      @@Leozin-ej7lw If you have mac system. then you can connect with simulator. Just you need to run both system in same wifi.

  • @Stars-cl1nu
    @Stars-cl1nu Рік тому

    This is a great video, but when I try to apply what you shared in this video to my own project, I have some problems with my project.
    I made a product list interface for my project. The product-related information bound to the product list interface is under the shoppingpage.cs file corresponding to the shoppingpage.xaml file in the product list interface. However, when I created a corresponding product list interface according to your video viewmodel file and add a namespace to shoppingpage.xaml, the content originally bound to the shoppingpage.cs file will be inexplicably bound to the shoppingpageviewmodel.cs file. How can I set up binding different content separately?