I'm switching from WPF to blazor hybrid and had a hard time figuring out where to even start with all these new components and stuff I haven't seen before but this video was really helpful to get a view how the architecture builds up. I truly appreciate it and will check out the other videos from you for sure
I think the biggest thing I learned in this video, is how much I still have to learn. Thank you so much for doing these and explaining everything along the way. So many videos out there expect you to already know so much of what you showed that they just don't help me at all.
I went through this and did everything step by step but I am having one issue. In my AppShell.xaml file I am getting an error for the ContentTemplate="{DataTemplate root:MainPage}" It says Invalid Xaml "root:MainPage" and then it gives another couple of lines saying The namespace prefix "root" is not defined And MainPage is not supported in a MAUI project. Not really sure how to go about fixing this.
Do you have imported the namespace? xmlns:root="clr-namespace:ActivityTrackerApp" If you become a gold member of my channel you will get access to all the source I write for the channel.
@@DanielHindrikes Thank you so much, that was the issue. I will take a look at the membership and see if I can swing it. Thanks again I really appreciate it. On to video 2.
I'm switching from WPF to blazor hybrid and had a hard time figuring out where to even start with all these new components and stuff I haven't seen before but this video was really helpful to get a view how the architecture builds up. I truly appreciate it and will check out the other videos from you for sure
Learn much more with u, thanks!
I think the biggest thing I learned in this video, is how much I still have to learn.
Thank you so much for doing these and explaining everything along the way.
So many videos out there expect you to already know so much of what you showed that they just don't help me at all.
Thank you for the kind words
This seems like a great series, can't wait to see more!
Thank you!
@@DanielHindrikesGlad you're using Windows env for debugging; I also find it's much faster during UI/UX development.
Nice tutorial!
Greetings from a small village near Borlänge... We're watching 👀
Thanks 😀
I went through this and did everything step by step but I am having one issue.
In my AppShell.xaml file I am getting an error for the ContentTemplate="{DataTemplate root:MainPage}"
It says Invalid Xaml "root:MainPage" and then it gives another couple of lines saying
The namespace prefix "root" is not defined
And MainPage is not supported in a MAUI project.
Not really sure how to go about fixing this.
Do you have imported the namespace?
xmlns:root="clr-namespace:ActivityTrackerApp"
If you become a gold member of my channel you will get access to all the source I write for the channel.
@@DanielHindrikes Thank you so much, that was the issue. I will take a look at the membership and see if I can swing it.
Thanks again I really appreciate it. On to video 2.
Thanks
Can you make the application for both hybrid and web assembly by sharing the components ?
Yes you can! I will do it later in this series
Excellent