.NET MAUI - Building your own custom controls

preview_player
Показать описание
In this video, Daniel walks through how to create your own reusable custom controls when using .NET MAUI.

Рекомендации по теме
Комментарии
Автор

amazing Daniel, excellent post. I try this in a production app!!!

alessandrocaliaro
Автор

Great video. This is very helpful. Thanks

jeffm
Автор

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.

JamesMCrutchley
Автор

Thanks, this video really really helped me!

Evolyzer
Автор

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!

alkaliemetall
Автор

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?

krugovi
Автор

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

aymanmetwally
Автор

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.

kopilkaiser