This was very helpful in my current project. I need a way to access events for media element and I have spent a day or so trying to figure it out. I have remapped most of media element because I added custom controls and changed the playback controls to a custom UI with device specific code to allow full screen controls. It also has auto hide and fade background when controls are active. I still have to move the controls to handlers but what I have been trying to do is access the event handlers from outside of content view. I want to access media element statechanged event and media opened event from content page and not put all of my code in a content view.
I was able to learn a lot from watching your video. I was trying to understand in how to code custom controls. And, watching your tutorial, it gave me a better knowledge on this topic.
Great tutorial .. thanks. Can we use this custom component "Card Control" in a shared Class Lib (like the other video of MAUI Blazor) so we can use it in both Mobile and Web (Browser)? I'm worried that XAML can't be inside class libraries .. but I'm totally beginning Maui
Great content Daniel, but what about mapping event emitted by the component as well as delivering data from the component to the outside world through that event?
Hey Daniel! Great content! I'd like to build a android home screen widget, but I'm unable to find a good code example. I'd be thrilled if you could make a video on this topic or maybe give me a few pointers in the right direction. Thanks in advance!
I don't know. I did not delete it. But I don't trust the UA-cam spam filter, because sometimes they let obvious spam through. So I guess they can delete real comments too 😕
Please make more video about CustomControl: Gesture, Event, DataBinding, native platform UI look!
amazing Daniel, excellent post. I try this in a production app!!!
This was very helpful in my current project. I need a way to access events for media element and I have spent a day or so trying to figure it out.
I have remapped most of media element because I added custom controls and changed the playback controls to a custom UI with device specific code to allow full screen controls. It also has auto hide and fade background when controls are active.
I still have to move the controls to handlers but what I have been trying to do is access the event handlers from outside of content view. I want to access media element statechanged event and media opened event from content page and not put all of my code in a content view.
I was able to learn a lot from watching your video. I was trying to understand in how to code custom controls. And, watching your tutorial, it gave me a better knowledge on this topic.
Great tutorial .. thanks.
Can we use this custom component "Card Control" in a shared Class Lib (like the other video of MAUI Blazor) so we can use it in both Mobile and Web (Browser)?
I'm worried that XAML can't be inside class libraries .. but I'm totally beginning Maui
Yes it can be in a class library. But if it is xaml you can only use it in other apps, not for web.
@@DanielHindrikes
Thanks.
And is there any way (XAML or not) that a reusable component that has its own UI+Code that's shared between mobile and web?
Yes, with Razor (Blazor) components.
ua-cam.com/video/A_C8X-b2qXE/v-deo.html
Great content Daniel, but what about mapping event emitted by the component as well as delivering data from the component to the outside world through that event?
2 way binding is the way to go.
Great video. This is very helpful. Thanks
Thanks, this video really really helped me!
Hey Daniel! Great content! I'd like to build a android home screen widget, but I'm unable to find a good code example.
I'd be thrilled if you could make a video on this topic or maybe give me a few pointers in the right direction.
Thanks in advance!
How can we create a bindable command?
It is the same as for all properties, just use Command or ICommand as the type.
Why is my comment getting deleted?
I don't know. I did not delete it. But I don't trust the UA-cam spam filter, because sometimes they let obvious spam through. So I guess they can delete real comments too 😕
@@DanielHindrikes yes, this happens in other channels too
Thanks!
thanks!