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!
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
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?
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!
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
@@ProgrammingWithPragnesh Got it! I'll make sure to check on those. Thank you!
Thank you Pragnesh, this is very useful.
Thank you ....
Very usefull
awesome
may i know the size of image you just use?
After I build as apk file and installed in my mobile. But, app started closing when ever I tried to open the app.
Clarification, does Windows machine support carouselview?
on windows CAROUSELVIEW works really bad
How to download this iPhone simulator?
Hi, You need to connect windows visual studio with mac system, Then You can see simulator list.
@@ProgrammingWithPragnesh I do not have the license from Apple, even so I can download the emulator connecting with a Mac ?
@@Leozin-ej7lw If you have mac system. then you can connect with simulator. Just you need to run both system in same wifi.
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?