.Net MAUI, UI

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…

Continue Reading

.Net MAUI, UI

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! 💚…

Continue Reading

.Net MAUI

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…

Continue Reading

.Net MAUI

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…

Continue Reading

.Net MAUI

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…

Continue Reading

Talks and workshops

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:    …

Continue Reading

.Net MAUI, UI

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…

Continue Reading

.Net MAUI

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…

Continue Reading

.Net MAUI, Xamarin

#7DaysChallenge – Day 6: Proportional and Auto values with Grid in Xamarin & .NET MAUI

Hello!! 🙋‍♀️ Continuing with the #7DaysChallenge initiative, as our sixth challenge, we’re going to work with Proportional and Auto values with Grids in Xamarin and .NET MAUI! The challenge shows you a code which you must analyze carefully to see the final result! The solution is below, but don’t see it before analyse your answer! Let us begin! I invite you to…

Continue Reading

.Net MAUI, Xamarin

#7DaysChallenge – Day 5: IsClippedToBounds in Xamarin & .NET MAUI

Hello!! 🙋‍♀️ Continuing with the #7DaysChallenge initiative, as our fifth challenge, we’re going to work with IsClippedToBounds property in Xamarin and .NET MAUI! The challenge shows you a code which you must analyze carefully to see the final result! The solution is below, but don’t see it before analyse your answer! Let us begin! I invite you to take a look at all the…

Continue Reading