Howdy!!! I’m so excited to publish my first post on UI Replication this time using the .NET MAU! I made it with a lot of love, I hope you like it and it inspires and guides you to start this path in MAUI! In this case, we are going to replicate a Course Profile UI obtained from Dribble. I hope this…
Tag: AskXammy
Splash Screen in .NET MAUI 💚
When opening an App on our Android and iOS devices, we normally see a kind of welcome that is displayed full screen, this is usually made up of an image of its Logo with a background color which lasts a few seconds before showing us the features of the App! This is a Splash Screen. But… the only purpose of…
Motivating girls to study STEM careers
Talk name: Motivating girls to study STEM careers Language: Spanish Date: …
Talk: Let’s talk about .NET MAUI
Event name: Women Dev Summit 2022 Talk name: Let’s talk about .NET MAUI Language: …
Replicating Boarding Pass UI in Xamarin Forms
Howdy!!! In this case, we are going to replicate a Boarding Pass UI obtained from Dribble. I hope this is useful 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…
Learning about Clipboard in Xamarin Forms
Howdy! 🙋♀️ Happy New Year! 🎄 I hope you had a happy holiday season, in this new year I know you are ready to continue learning! Before we start, I would like to know if you have ever had the need to copy information between applications 🧐. Probably yes! (For example, when you need to copy your bank account number…
Recognicion as #SuperJoven – Ministerio de la Juventud República Dominicana
Entity: Ministerio de la Juventud, Rep. Dom. Date: December 01, 2021 Post: …
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…