Yahoo Search Busca da Web

Resultado da Busca

  1. 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...

  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...

    • 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...

  3. Neste episódio (30/11/2021) recebemos o Pedro Jesus. Falamos um pouco sobre sua participação na comunidade Open Source e especificamente dentro do .Net Found...

  4. 11 de nov. de 2019 · Nov 11, 2019. -- 1. Recentemente, assistindo a uma live do James Clancey (idealizador do Comet) vi ele arriscando a rodar um projeto em Xamarin usando o Visual Studio Code. Achei essa prova de...

    • Pedro Jesus
  5. 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...

    • Uno Platform
  6. Graduated in eng. control and automation, C# developer currently building tools that help devs to create mobile applications with .NET (Xamarin/MAUI/Uno). Learned a lot with the community and now I want to reciprocate, contributing to open source projects, lecturing, writing articles, and more.