An Avatar is a graphical representation that is associated with a specific user for identification purposes. This is widely used in our everyday applications, and that is why it’s important that you have the tools at hand that will help you achieve it.. In this article we will learn how to implement the .NET Maui Community Toolkit AvatarView in very…
Tag: AskXammy
Drawing with .NET MAUI Community Toolkit
Have you had the need to add drawing functionality to your .NET MAUI apps? 🤔 .. Probably yes, .. but beyond drawing… Have you required the user of your banking App to sign through it? In this article, we learn how to do it with the .NET MAUI Community Toolkit. We will learn to integrate it in a simple way!…
Image Scaling in .NET MAUI
When use an Image Control… 🧐 Have you ever been confused between the different values of the Aspect property? You are in the right place😎 , in this article you will learn the difference of each one! Let’s start! Exploring the Aspect Property The Image control has an Aspect property which allow us to indicate how an image will fit…
Exploring Christmas UI in .NET MAUI
Merry Christmas! 🎄 I hope you are very well on these dates and you are happy with yours! 💓 It’s a time where we usually set goals for the next year with the aim of continuing to grow every day! And to contribute to your goals of practicing XAML, I have brought you this article as my last gift of…
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…
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…
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…
#7DaysChallenge – Day 7: Let’s develop the logic for programming
Hello!! 🙋♀️ To Finish with the #7DaysChallenge initiative, In our last challenge we will work with a logic exercise which is very good for solving programming problems! 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…
#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…
#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…