While .NET MAUI layouts are extremely useful for developing graphical interfaces, it’s always nice to have additional options for arranging elements on the screen. In this article, you will learn about the DockLayout, a layout provided by the .NET MAUI Community Toolkit! To facilitate the understanding of this explanation, I will divide it into the following subtopics: 🔹 .NET MAUI…
Exploring the ProgressBar in .NET MAUI
When performing an operation that takes time, it’s crucial to inform users that a process is ongoing and that they need to wait before taking further action. Progress indicators are a good option to achieve this, as they visually show the percentage of progress that a process takes. In this article, we will learn how to use them in .NET…
Replicating Uber Delivery UI in .NET MAUI
Howdy! 💁♀️ I am thrilled to share my article for the .NET MAUI UI July 2023 calendar created by Matt Goldman, during the month of July, this calendar will publish various educational contributions created by industry experts about .NET MAUI. In this article, I will guide you step-by-step in building the Uber Delivery screen in a simple way. Let’s get started!…
Saving Files with .NET MAUI Community Toolkit
Knowing how to save files in our applications is very important, however, the perception has been that implementation can be tedious. Thanks to the .NET MAUI Community Toolkit using FileSaver, you can now save files much faster. In this article I will show you all the necessary elements to achieve it. 🔧 First of all… What do I need to know?…
Lottie animations in .NET MAUI
If you’re looking to improve your app’s user-friendliness and interactivity, consider adding animations. Lottie makes it possible to incorporate animations in JSON format without slowing down your app. Learn more about Lottie and how to integrate it into .NET MAUI by reading our article! The explanation will be divided into the following points: 🔹 What is a Lottie animation? 🔹…
Toast in .NET MAUI
Consider the following scenario: you’re using an application, but your Internet connection goes down. As a result, the app can’t show the resources needed for interaction. Unfortunately, this sort of event happens frequently, so keeping the user informed is essential. One possible approach is to employ Toasts, which enable us to show informative text on the screen. In this article,…
[Talks] – Update Days .NET MAUI
Event name: Update Days: .NET MAUI Talk name: .NET MAUI Layouts, navigation, shell & MAUI Community Toolkit Official Site: …
Animating color properties using .NET MAUI Community Toolkit
Providing users with information about their interactions within apps is critical for ensuring a positive user experience. For example, if a user clicks on a button and the process takes a few seconds to respond, it’s important to indicate that their request is being executed. One option for accomplishing this is to change the button’s color and/or text and include…
Getting started with Image Caching in .NET MAUI
Have you ever wondered how to cache images in your app? .NET MAUI already includes this functionality! In this article, we will quickly learn how to use it and adapt it to our specific needs. The explanation will be divided into the following points: 🔹 How does image caching work? 🔹 Learning about its structure 🔹 Properties available Let’s start! How does image…
[Talk] – Woman Scream – Inspiring students in STEM
Event name: Woman Scream Talk name: Inspiring students in STEM School name: …
AvatarView in .NET MAUI Community Toolkit
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…
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…
Windows Sizing & Positioning in .NET MAUI
When developing your desktop applications in .NET MAUI, you can control both the size and position of your application windows. In this article you will learn how to do it very quickly! Let’s start! Preparing the stage First of all, you have to override the CreateWindows Method which allow you to handle the Window’s settings. Go to your App.xam.cs and add it! To overwrite…
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…