We can now identify Pointer Gestures in .NET MAUI ! Which will allow us to add interactions, make decisions based on what our user is doing and in this way to be able to improve their experience! In this article we will learn to implement them in a very fast and easy way! Let’s start! Starting with Pointer Gestures Pointer Gesture…
[Graduation Keynote Address] – IPOPSA
Event name: IPOPSA Graduation Talk name: Graduation Keynote Address School name: Santa…
[Talk] .NET Conf 2022 Recap
Event name: .NET Conf Recap Talk name: . NET MAUI Recap Language: …
[Talk] – .NET MAUI & Xamarin Days: Tips for UI Handling in .NET MAUI
Event name: .NET MAUI & Xamarin Days Talk name: Tips for UI Handling in .NET MAUI Language: …
Organizing elements with ZIndex in .NET MAUI
Knowing how to organize the visual elements on our screen will help us create more friendly, flexible interfaces and, above all, using the least amount of resources. For this reason, today we will quickly learn how to organize the visual elements on the Z axis in .NET MAUI applications. But surely you are wondering what the Z axis is…🤔 since…
Replicating Billing Dashboard UI in .NET MAUI
Howdy!!! Remember that practice is the key to success in everything you do, in this case in your XAML skills. This time we will be replicating the Billing Dashboard UI in .NET MAUI! This design was created by Liev Liakh obtained from Dribbble. And today we will convert it to XAML code! I hope this is useful for you! 💚…
[Talk] DevFest: Theming & styles in .NET MAUI
Event name: DevFest Santo Domingo, 2022 Talk name: Theming & styles in .NET MAUI Language: …
Vibrations in .NET MAUI 💚
We must take advantage and use the functionalities of our devices, through vibration we have access to inform actions / processes to our users through a physical reaction. Today we will learn in a very simple and quick way how to send vibrations from .NET MAUI! 🔧 First of all… What do I need? Let’s start by adding some platform…
[Talk] Platzi Conf – Elevating your tech career
Event name: Platzi Conf 2022 Talk name: Ignite – Elevating your tech career Language: …
Adding Fonts in .NET MAUI
Just like when we see a logo that induces us to consume its product through its colors, typography… It also happens in the design of applications. One of the main goals of designers, in addition to applying the correct colors and images in a design, is to apply the psychology of typography, in this way they apply typographies to generate…
Capturing screenshots in .NET MAUI
Screenshots, as the name implies, are photos that are taken of the screen of our device and allow us to capture exactly the scenario that we want in an application. In this case, we will learn how to implement that in our .NET MAUI applications in a super easy way! Let’s start! To take Screenshots .NET MAUI gives us the…
DotNetConf event – UI Design for .NET MAUI
On August 9th, I had the great honor of being part of the DotNetConf event, participating with my talk “UI Design for .NET MAUI” where I shared different tips for developing UIs in XAML, we also analyzed the step by step in UI code. Special thanks to David Ortinau and Maddy Montaquilla for the invitation! 💚 Event name: …
Replicating Pet Adoption UI in .NET MAUI
Howdy!!! In collaboration with the .NET MAUI UI July Calendar, we will be replicating the Pet Adoption UI obtained from Dribble. I hope this is useful for you! 💚 I also invite you to see the calendar and keep an eye on all the super posts on the calendar! Before starting, to get the best out of the post, I’ll leave…
Webinar: Getting Started with .NET MAUI.
Last June 16, I had the opportunity to participate with my talk “Getting started with .NET MAUI” event hosted by Syncfusion! Special thanks to Suresh Mohan and Ginger Reed for the invitation! 💚💕 Event name: Getting Started with .NET MAUI. Talk name: …
Displaying Pop-Up in .NET MAUI
One of the most important points to keep in mind when developing an app is to have a good user experience, with the main focus on keeping them informed of what is happening in our App! There are several tools, controls, functionalities that allow us to achieve this experience, in this case we will learn about Pop-Ups, which allow us…