@@naweedakram thanks brother, for the response. Usually I go through the complete video once, then I revise all the full length video as follow along and code myself own. but sometimes the series was found incomplete, that's why asked that question.
What about "{Binding Source={RelativeSource AncestorType={x:Type BroughtInNamesSpace:DataViewModel}}, Path=TheCommand}" instead of adding property to the code behind?
Not sure if you address this anywhere else - when entering text on the IOS simulator the search bar drops by around a 1/3 of the screen and then moves back after the search completes - is that expected behaviour?
@@naweedakram Thanks for replying - I am really enjoying your course and content - yes would be good to see if we can stop it - I'll have a play my end as well - after years of iPhone development - it should be possible - just a matter of finding the right setting :)
Thanks for the great, informative content. Learned a lot from your videos. One question: Instead of defining a "ParentContext" bindable property for VideoCell control to get the BindingContext of the parent page, why not use relative binding with "RelativeSource markup extension" so as to set the bindings correctly for "NavigateToVideoDetailsPageCommand"? Defining an xmlns for viewmodels on VideoCell control, it could look something like this: ... Command="{Binding Source={RelativeSource AncestorType={x:Type viewmodels:StartPageViewModel}}, Path=NavigateToVideoDetailsPageCommand}"
@@naweedakram You are very welcome. I got so many great tips from your videos so I am glad to have helped if only a little. Hope to see your new content soon
This has been a great tutorial. I'm not sure how much help you can give me, but one issue I keep running into is that the PageContentGrid seems to be displaying the full length of the space, i.e. the search and video cells are displaying under the page header. I'm also only getting one video cell at a time showing, even though I see all 10 when I run debug. Any thoughts there?
Not sure. I tried on Android myself and it works fine. I can see all 10 cells and videos. The only difference is that I am using MAUI version 6.0.424. Which SDK version you are using? Also, plz check the full source code of this app on my Github to ensure that you have the grid items positioned properly.
@@naweedakram Thanks for responding. I've been running MAUI version 6.0.301. I can try to upgrade to the latest version. I've been following along with the video AND the source code, so that should be fine. Interestingly enough, I tried loading your source code and couldn't get the app to load. It ended up timing out. And this is after I changed the API key. Very strange. I'll keep at it though.
@@hmsiegel79 and Timeout is a different issue. Might be some problem with TH-cam service at that time or your internet connectivity. Try again for this.
honorable brother, what is your plan to release the complete series of this tutorials?
The series will be completed soon. May be 3-4 videos more.
@@naweedakram thanks brother, for the response. Usually I go through the complete video once, then I revise all the full length video as follow along and code myself own. but sometimes the series was found incomplete, that's why asked that question.
What about "{Binding Source={RelativeSource AncestorType={x:Type BroughtInNamesSpace:DataViewModel}}, Path=TheCommand}" instead of adding property to the code behind?
Yes, I already corrected it and u[dated in the beginning of Part 9 3-4 days ago.
Not sure if you address this anywhere else - when entering text on the IOS simulator the search bar drops by around a 1/3 of the screen and then moves back after the search completes - is that expected behaviour?
Yes, but I will check if there a way to avoid it
@@naweedakram Thanks for replying - I am really enjoying your course and content - yes would be good to see if we can stop it - I'll have a play my end as well - after years of iPhone development - it should be possible - just a matter of finding the right setting :)
Thanks for the great, informative content. Learned a lot from your videos. One question: Instead of defining a "ParentContext" bindable property for VideoCell control to get the BindingContext of the parent page, why not use relative binding with "RelativeSource markup extension" so as to set the bindings correctly for "NavigateToVideoDetailsPageCommand"?
Defining an xmlns for viewmodels on VideoCell control, it could look something like this:
...
Command="{Binding Source={RelativeSource AncestorType={x:Type viewmodels:StartPageViewModel}},
Path=NavigateToVideoDetailsPageCommand}"
Will try, but I think this will not work. Not sure if AncestorType will get me access to Page's viewmodel. But I will check it out.
@@naweedakram Thanks for the quick reply. I would appreciate it if you let us know whether it works once you have time to give it a shot
Yes, it works. Thanks for the great tip. I will update everyone in my next video. Its great that we learn as a community.
@@naweedakram You are very welcome. I got so many great tips from your videos so I am glad to have helped if only a little. Hope to see your new content soon
@@ufukdogan4124 I updated on the video today
This has been a great tutorial. I'm not sure how much help you can give me, but one issue I keep running into is that the PageContentGrid seems to be displaying the full length of the space, i.e. the search and video cells are displaying under the page header. I'm also only getting one video cell at a time showing, even though I see all 10 when I run debug. Any thoughts there?
Not sure. I tried on Android myself and it works fine. I can see all 10 cells and videos. The only difference is that I am using MAUI version 6.0.424. Which SDK version you are using? Also, plz check the full source code of this app on my Github to ensure that you have the grid items positioned properly.
@@naweedakram Thanks for responding. I've been running MAUI version 6.0.301. I can try to upgrade to the latest version. I've been following along with the video AND the source code, so that should be fine. Interestingly enough, I tried loading your source code and couldn't get the app to load. It ended up timing out. And this is after I changed the API key. Very strange. I'll keep at it though.
@@hmsiegel79 I just downloaded it afresh from Github on a new Mac, and ran it. Works fine for me after changing the API Key.
@@hmsiegel79 and Timeout is a different issue. Might be some problem with TH-cam service at that time or your internet connectivity. Try again for this.