Howdy! 🙋♀️ Continuing with “☃️ Coding Winter 2021 – C # and .NET MAUI ❄️”initiative, today is #DaySeven and we will be learning about Clipping in .NET MAUI! Imagine if you could handle the cropping region of a design or view with greater precision … such as that we can mask an image in a circular shape 🧐🧐 It will be great, no?!! Well, I…
Author: Leomaris Reyes
Applying borders in .NET MAUI
Howdy! 🙋♀️ Continuing with “☃️ Coding Winter 2021 – C # and .NET MAUI ❄️”initiative, today is #DayFive and we will be learning about Border in .NET MAUI! Throughout our experience in Xamarin Forms, we have had the need to add Borders, and in order to achieve this, we have developed different “tactics” because we didn’t have a direct mechanism to do it. However,…
.NET MAUI Roadmap Previews
Howdy! 🙋♀️ I have the honor to share the initiative “☃️ Coding Winter 2021 – C # and .NET MAUI ❄️” which is a calendar where both my friend Leslie Ramirez and I will be writing a daily post during December about C# and .Net MAUI. Today is #DayThree and we will be talking about the .NET MAUI Previews, I will be…
Recognicion as #SuperJoven – Ministerio de la Juventud República Dominicana
Entity: Ministerio de la Juventud, Rep. Dom. Date: December 01, 2021 Post: …
Talk: Let’s talk about .NET MAUI
Event name: DevFest 2021 Talk name: Let’s talk about .NET MAUI Language: …
Refactoring Facebook Profile UI in Xamarin Forms
A few years ago, I made a post called “Replicating Facebook Profile UI in Xamarin Forms” which I loved to do 😍 and I was thinking that over time languages, Frameworks have new functionalities which are designed to make our Apps more effective, for this reason, it’s important to keep them updated. In the following paragraph I give you some important…
Improving performance App using compiled bindings in Xamarin Forms
Bindings are a very good help to make the developer experience easier by allowing to dynamically load data into our controls! But I want to stop for a moment to analyze some important alerts: ➖ There’s no compile-time validation of binding expressions: By adding the values in the Binding we can only verify if they are correct in RunTime, we also…
Getting Device Information with Xamarin Essentials
Have you ever had the need to make decisions based on certain information about the device? 👀 Yes? This is for you, if not, you will probably do it in the future, join me in this article and you will see how easy it is thanks Deviceinf, API provided by Xamarin Essentials.! 💚 Let’s start! What is DeviceInfo? DeviceInfo is a class…
Replicating Good Mood UI in Xamarin Forms
Howdy!!! In this case we are going to replicate a Good Mood UI App obtained from Dribble. I hope this is use for you! 💚 Before starting, to get the best out of the post, I’ll leave you some instructional notes so that you have a better experience reproducing the UI: At the beginning, you will see an image with…
Adding Shadows with Xamarin Community Toolkit
When I heard about Xamarin Community Toolkit, I fell in love with the wonderful things I could do with its help! I love how a single package gives us many useful features that we didn’t have in one place before, but now we do! 💚 This time let’s learn how to add shadows thanks to XCT! 🤓 Before starting the explanation, let’s know…
Replicating Fashion UI in Xamarin Forms
Howdy!!! In this case we are going to replicate a Fashion UI App obtained from Dribble. You can check the design here! Previously I created an article on how to start creating this UI, thinking about how to divide the rows and columns, I recommend you take a look, the name is “Getting started with a UI and not die trying…
Getting started with a UI and not die trying in Xamarin Forms
Throughout my career at Xamarin, working with XAML has been one of my main passions. 💚💕 One of the most common comments I have heard is that “I want to start creating UIs but I don’t know how to start.” And precisely for this reason, it inspired me to make this post, I want to share the tips that I use…
Exploring Automation Properties in Xamarin Forms
Imagine that you are creating an application that can read aloud the description of each element you are interacting with! This would be great because this will allow a greater number of users to use your App, for example, a person with a reduced visual field will be very happy with this!💕 This is called Accessibility and it’s extremely important…
Exploring Keyboard accessibility in Xamarin Forms
When developing Applications it’s important to keep in mind that usability and accessibility must be on top of the list of features to add. In this post, we will be learning about keyboard accessibility. We will be having a lot of types of users with different needs or conditions, for example, users who use screen readers, or have mobility issues may need…
Simple way to use Maps with Xamarin Essentials
Maps are very useful in our applications, they allow us to display in a graphic way the location of the desired place. The fact of being able to identify a location, through a Map, within our application makes our users have a better experience. Let us imagine the following two scenarios: 📱App A:The user has a list of restaurants and will…