9 times. can suggest me a method by which we can take 30fps (images per sec) using camera in xamarin or to process video real time for cv(openCv [cv:computer vision]) similar to object detection
I have worked on many Xamarin apps in the past 5-6 years but never contributed in any Xamarin open source project/library. I think I need to start with this one. Thanks 😉
That would be amazing and we would be honored to be the library where you make your first steps into contributing to open-source! Let me know if there’s anything I can do to help you
@@jfversluis it’s just tester / messing around with XF getting ready to convince work to use it for some of our more simple apps and it may all be very wrong from a design point, but here is the link. Any pointer or feed back would be welcomed :) github.com/OwenCross289/XamarinNav
The reason I am trying to do wpf style navigation is because we have a few wpf apps that follow strict mvvm so we should be able to transplant them into xf without much of a struggle. However they use a master view model for navigation purposes
thanks for this video as was playing with media elements at the weekend, could see that the documentation is not quite there yet the info you provided allowed me to go deeper thanks
Would love to see a video about the Expander and how to incorporate a Parent-Child relationship in the same ViewModel. Maybe a bit too much to ask, but I can only visualise it for "Summary-Details" type scenarios in a single Parent model. I would love to understand the best method of "lazy loading" the children once the expander is clicked in a nutshell. Thanks for all your videos btw, extremely simple and helpful on my learning journey.
Thank you for all the kind words Gleem! Glad I can be of service :) I just noticed this PR on the XCT which will make ALL lazy loading a lot easier: github.com/xamarin/XamarinCommunityToolkit/pull/796
@@jfversluis Excellent thanks much appreciated will have a play. You are one of my auto-watch and auto-like channels I keep a keen eye out for so thanks again for all your work and clear and concise, and human to add, explanations. 1ness
Hey, can I request effects next? Specifically touch effects like longpress would be interesting! (I downloaded the samples and was really excited to find it, longpress was always something I was surprised wasn't in Xamarin.Forms already!)
Hello Gerald, Good job. I'm working on a to-do app to help me get familiar with xamarin forms. I've gathered some knowledge concerning the mvvm pattern and I tried to implement the snackbar in xct but it looks like it uses code behind. I'll like to know if it's possible to use the snackbar in mvvm?
Good question! I haven't used the SnackBar much, but we should definitely make it as MVVM friendly as possible. Maybe it would be a good idea to open a discussion for that on our repository? github.com/xamarin/XamarinCommunityToolkit/discussions Then we can have a look what is supported today and how we can improve :)
@@jfversluis I mean, since we are getting a native touch effect on the label via xct, can we do the same implementation for the sound effects too.. Btw nice to see you at the Xamarin show.
Thanks for all the great videos, you've very talented! Can I ask why: Should I be able to download the sample, launch VS from " samples\XCT.Sample.sln " and get to run the sample app? I have tried unloading every platform other than android (which I have been working with) but end up with over 100 errors when I build before debugging. I mean... how do you do anything with this? Thanks again for your time.
Hi Tom! Thank you for saying that :) I’m sorry about the sample app :( did you manage to fix it? I’d be very curious about those errors. Could you maybe find my email address on GitHub.com/jfversluis and reach out so we can figure it out? :) thanks!
It's coming! For now the only thing we have officially is github.com/MicrosoftDocs/xamarin-communitytoolkit but you'll have to read it from the source. It's not live yet. Sorry about that :(
I can't use the toolkit in my project as in India we just have the 4.8 version, and they have removed Expander from here. Now if I install the toolkit plugin it will not allow me to do so as it supports only xamarin.forms 5.0 so what is the meaning of breaking working things without providing proper support to existing things?
I’m not sure I understand. 4.8 still has the expander and you can keep using it. 5.0 does not have the expander and you can install the Toolkit which offers the exact same functionality
hi Gerald, am getting the following error," Severity Code Description Project File Line Suppression State Error XFC0000 Cannot resolve type "ShadowEffect"."
thanks for the video but the sample project doesn't build at all with 100+ errors and tons of warning !! i've tried to unload all other platforms and keep android only ,clean rebuild but it doesn't build . do i need and config after downloading XCT repo and run XCT.Sample.sln ?
You shouldn’t have to do anything. Are you on Windows? Could you find my GitHub profile on GitHub.com/jfversluis and find my email address to send me those errors so we can sort it out? Thanks!
Hey there, I really very much like your content, and your style, too. Keep up the good work! One suggestion though: Show the interesting stuff right in the beginning, namely what we can get on our screens when using the Community Toolkit. That's what everybody is here for in the end, right?! WHAT am I able to do with it, and only then do I want to know HOW to do it. It's incredibly hard to follow along all the technical aspects (like the folder structure of the Sample Application) as long as one doesn't see anything. This drives me so mad everytime in all kinds of presentations. My brain doesn't stop anticipating what everything might look like and I just CAN'T focus on details as long as I don't see anything. Following along becomes increasingly painful. Take game reviews, e.g. The commentary speaks while everything he speaks about is being shown in the video. They jump right into action - no need to skip ahead to get to the most interesting parts.
Chri! I've added my first video where I talk about the end result first: ua-cam.com/video/y0X15M_Acdc/v-deo.html Is this what you mean? Is this helpful? Thanks!
Can you count how many times I say "cool" in this video? 🙈 I might've gotten a bit carried away...
9 times. can suggest me a method by which we can take 30fps (images per sec) using camera in xamarin or to process video real time for cv(openCv [cv:computer vision]) similar to object detection
Gerald "THE BEST", I can say where ever, his contribution is the best
Thank you so much Devaraj!
Awesome content sir; It's awesome to see how Xamarin and it's community are evolving in a very positive way
The community for Xamarin is so amazing, always ready to help! Really cool. Thank you for joining this one!
Gerald = Guy from "Notting Hill" Movie :)
Really? I don’t recall a Gerald in there… 🧐
Great introduciton to Xamarin.CommunityToolkit!
Thanks! Do you have any use for it in your projects?
@@jfversluis Yes! The Behaviors and Views elements are really useful. Thanks.
Awesome! I’m planning on covering much more of the Toolkit here so stay tuned!
Please more of this good stuff ! I am already using the XCT but only in small pieces. Need to learn more about its features !
More definitely coming! Thanks!
I have worked on many Xamarin apps in the past 5-6 years but never contributed in any Xamarin open source project/library. I think I need to start with this one. Thanks 😉
That would be amazing and we would be honored to be the library where you make your first steps into contributing to open-source! Let me know if there’s anything I can do to help you
This is really good intro.. Please do the TabView video next..
That one seems popular! I have a feeling that one will come quickly...
I used the xct a couple weeks ago to try and create wpf style navigation with a fly out and it worked great! Perfect addition!
That is awesome! Do you have anything we could see? Or is it closed source?
@@jfversluis it’s just tester / messing around with XF getting ready to convince work to use it for some of our more simple apps and it may all be very wrong from a design point, but here is the link. Any pointer or feed back would be welcomed :) github.com/OwenCross289/XamarinNav
The reason I am trying to do wpf style navigation is because we have a few wpf apps that follow strict mvvm so we should be able to transplant them into xf without much of a struggle. However they use a master view model for navigation purposes
thanks for this video as was playing with media elements at the weekend, could see that the documentation is not quite there yet the info you provided allowed me to go deeper thanks
Glad it was helpful! Docs are up now too: docs.microsoft.com/xamarin/community-toolkit/
Hey Gerald, Thank you for the walkthrough. I always wanted to contribute to Xamarin. Looking forward to contributing to this awesome tool.
Great Ankit! Looking forward to your contributions! I’m planning to do a little video on how to get started with that as well :)
Thank you for this simple and awesome introduction! I'm looking forward to using it in my next XF project!!
Let me know how that goes!
@@jfversluis For sure!! Have a nice day!
You too!
Would love to see a video about the Expander and how to incorporate a Parent-Child relationship in the same ViewModel. Maybe a bit too much to ask, but I can only visualise it for "Summary-Details" type scenarios in a single Parent model. I would love to understand the best method of "lazy loading" the children once the expander is clicked in a nutshell. Thanks for all your videos btw, extremely simple and helpful on my learning journey.
Thank you for all the kind words Gleem! Glad I can be of service :) I just noticed this PR on the XCT which will make ALL lazy loading a lot easier: github.com/xamarin/XamarinCommunityToolkit/pull/796
@@jfversluis Excellent thanks much appreciated will have a play. You are one of my auto-watch and auto-like channels I keep a keen eye out for so thanks again for all your work and clear and concise, and human to add, explanations. 1ness
Hey, can I request effects next? Specifically touch effects like longpress would be interesting! (I downloaded the samples and was really excited to find it, longpress was always something I was surprised wasn't in Xamarin.Forms already!)
Let's see if I can make that happen, thanks for the suggestion!
Watch out for Thursday’s video ;)
Amazing video!! Thankyou for a really good introduction to toolkit.
I hope you like what we’re doing with it!
thank you for this tutorial I was waiting for
Well, there it is! More coming!
Hello Gerald, Good job. I'm working on a to-do app to help me get familiar with xamarin forms. I've gathered some knowledge concerning the mvvm pattern and I tried to implement the snackbar in xct but it looks like it uses code behind. I'll like to know if it's possible to use the snackbar in mvvm?
Good question! I haven't used the SnackBar much, but we should definitely make it as MVVM friendly as possible. Maybe it would be a good idea to open a discussion for that on our repository? github.com/xamarin/XamarinCommunityToolkit/discussions
Then we can have a look what is supported today and how we can improve :)
Great video man! I've been looking forward to this for a while. :)
The video or the Toolkit? 😜 great! Let us know what you think and if you have any ideas!
@@jfversluis both! Lol
Hello @Gerald Do we have any option in xct to add sound effects on clicking labels, kind of things...
Not out of the box no... what do you want to use it for exactly? How would you like it to work?
@@jfversluis I mean, since we are getting a native touch effect on the label via xct, can we do the same implementation for the sound effects too.. Btw nice to see you at the Xamarin show.
@@argonjs I'm everywhere!
Ok... Then you're more specifically talking about the Android sound effects to easily disable and enable that one?
@@jfversluis yes.. Kind of..
@@argonjs Kind of? :D
Great Job
Thank you!
great .
are you planning a series on XCT?
Absolutely!
@@jfversluis Great
@@jfversluis and thanks for such a great content😍
Thank you! Glad you like it! What would you like to see from the Toolkit?
@@jfversluis Tab view😍
Is there any video how to properly deep link via search or custom url? Thanks
Not one that I know of right now... maybe someone else knows. Sorry :(
What are you having trouble with?
Nice 😀
Thanks Atul! Sorry I didn’t do a shoutout to you yet! Will come in the next video! Thank you so much for your support!
Thanks for all the great videos, you've very talented! Can I ask why: Should I be able to download the sample, launch VS from " samples\XCT.Sample.sln " and get to run the sample app? I have tried unloading every platform other than android (which I have been working with) but end up with over 100 errors when I build before debugging. I mean... how do you do anything with this? Thanks again for your time.
Hi Tom! Thank you for saying that :)
I’m sorry about the sample app :( did you manage to fix it? I’d be very curious about those errors. Could you maybe find my email address on GitHub.com/jfversluis and reach out so we can figure it out? :) thanks!
@@jfversluis Will do!
where can i find comprehensive documentation?
It's coming! For now the only thing we have officially is github.com/MicrosoftDocs/xamarin-communitytoolkit but you'll have to read it from the source. It's not live yet. Sorry about that :(
Could you please record a toturial how you create videos and upload and work with you tube!?
Do you mean an app where you record a video and upload that directly to UA-cam?
@@jfversluis Yes, actually the process that you record a video for You Tube
I can't use the toolkit in my project as in India we just have the 4.8 version, and they have removed Expander from here. Now if I install the toolkit plugin it will not allow me to do so as it supports only xamarin.forms 5.0 so what is the meaning of breaking working things without providing proper support to existing things?
I’m not sure I understand. 4.8 still has the expander and you can keep using it. 5.0 does not have the expander and you can install the Toolkit which offers the exact same functionality
@@jfversluis please check this github.com/xamarin/Xamarin.Forms/issues/13426
hi Gerald, am getting the following error," Severity Code Description Project File Line Suppression State Error XFC0000 Cannot resolve type "ShadowEffect"."
Check the repo, there is something written about those kinds of errors :)
can is it possible to create report tools in xamarin community toolkit like create pdf, excel, word
Not at the moment, sorry
@@jfversluis ohh ok
thanks for the video but the sample project doesn't build at all with 100+ errors and tons of warning !!
i've tried to unload all other platforms and keep android only ,clean rebuild but it doesn't build .
do i need and config after downloading XCT repo and run XCT.Sample.sln ?
You shouldn’t have to do anything. Are you on Windows? Could you find my GitHub profile on GitHub.com/jfversluis and find my email address to send me those errors so we can sort it out? Thanks!
Hey there, I really very much like your content, and your style, too. Keep up the good work! One suggestion though: Show the interesting stuff right in the beginning, namely what we can get on our screens when using the Community Toolkit. That's what everybody is here for in the end, right?! WHAT am I able to do with it, and only then do I want to know HOW to do it.
It's incredibly hard to follow along all the technical aspects (like the folder structure of the Sample Application) as long as one doesn't see anything. This drives me so mad everytime in all kinds of presentations. My brain doesn't stop anticipating what everything might look like and I just CAN'T focus on details as long as I don't see anything. Following along becomes increasingly painful.
Take game reviews, e.g. The commentary speaks while everything he speaks about is being shown in the video. They jump right into action - no need to skip ahead to get to the most interesting parts.
Wow Chri! Thank you so much! This is definitely good feedback and something I can work with, I’ll work on that, thanks!
Chri! I've added my first video where I talk about the end result first: ua-cam.com/video/y0X15M_Acdc/v-deo.html
Is this what you mean? Is this helpful? Thanks!