DEV Community

Discussion on: Views in Comet

Collapse
 
codeluggage profile image
Matias

Loving all this Comet content - thank you for showing what's possible in such an approachable and easily digestible way! 🎉

What's your advice for creating UI with Comet that follows standard looks/theming for each platform? Are there best practices for this yet?

Collapse
 
davidortinau profile image
David Ortinau

I'll get into styles/themes in my next post. Right now everything uses the platform native UI, though there's also an option to use drawn UI. The latter gives you a uniform look across platforms.

I haven't mentioned that option yet because I'm not sure it currently works since Comet replaced the original handler implementation with the .NET MAUI core implementation.

Theoretically you should be able to take Microsoft.Maui.Graphics.Controls and initialize those handlers.

github.com/dotnet/Microsoft.Maui.G...