Yahoo Search Busca da Web

Resultado da Busca

  1. Sou desenvolvedor C#, focado em fazer aplicativos móveis usando Xamarin e UNO. Atualmente trabalho na UNO Platform Desenvolvendo código aberto No tempo livre gosto de contribuir com projetos Open Source, atualmente meus maiores esforços são direcionados aos projetos: Xamarin.CommunityToolkit. Xamarin.Forms. Xamarin.Essentials.

    • Repositories 160

      Gostaríamos de exibir a descriçãoaqui, mas o site que você...

    • Pictos

      Olá 👋. Meu nome é Pedro, mas geral me chama de Jesus (por...

    • UnoTetris

      Uno version of tetris game. Contribute to pictos/UnoTetris...

    • Customizing An Existing Control
    • Using Attached Property and PropertyMapper
    • Using Platformbehavior
    • Conclusion

    To add additional features to an existing control, we extend it and add the features that we need. Let’s create a new control, class ImageTintColor : Image and add a new BindableProperty that we will leverage to change the tint color of the Image. Folks familiar with Xamarin.Forms will recognize this; it’s pretty much the same code that you will wr...

    Another way to customize a control is using AttachedProperties, it’s a flavor of BindablePropertywhen you don’t need to have it tied to a specific custom control. Here’s how we can create an AttachedProperty for TintColor: Again we have the boilerplate that we have on Xamarin.Forms for the AttachedProperty, but as you can see we don’t have the Prop...

    PlatformBehavior is a new API created on .NET MAUI to make easier the task to customize controls when you need to access the platform-specifics APIs in safe way (safe because it ensures that the Handler and PlatformView aren’t null). It has two methods to override: OnAttachedTo and OnDetachedFrom. This API exists to replace the EffectAPI from Xamar...

    In this blog post we discussed various ways to customize your controls and interact with the platform-specific APIs. There’s no right or wrong way, all those are valid solutions, you just need to see which will suit better to your case. I would say that for most cases you want to use the PlatformBehavior since it’s designed to work with the multi-t...

  2. 11 de nov. de 2019 · Pedro Jesus – Medium. Home. About. Jul 15, 2020. Entendendo o HashCode. Provavelmente você já deve ter visto o método GetHashCode () enquanto codifica usando C#, provavelmente você deve saber...

  3. Sobre. With more than 6 years of experience in software engineering, I am a dedicated professional who is enthusiastic about .NET and mobile technologies. I'm currently part of the team at Uno...

    • CEFET
    • 483
    • Uno Platform
    • Brasil
  4. medium.com › @pedro_jesus › entendendo-o-hashcode-8cEntendendo o HashCode - Medium

    Pedro Jesus. ·. Follow. 4 min read. ·. Jul 15, 2020. Provavelmente você já deve ter visto o método GetHashCode () enquanto codifica usando C#, provavelmente você deve saber que ele é usado em...

  5. Nesta live, será discutido sobre o .NET 6 e MAUI, e o que podemos esperar desses lançamentos da Microsoft.Pedro Jesus é um engenheiro de software focado em d...

  6. Let's look at how to customize .NET MAUI controls. 23 1.NET MAUI.NET