Hello!! 🙋♀️ Continuing with the 7DaysChallenge initiative, as our fourth challenge, we’re going to work with Padding, Margin and Translations 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…
Tag: AskXammy
#7DaysChallenge – Day 2: Labels in Xamarin & .NET MAUI
Hello!! 🙋♀️ Continuing with the #7DaysChallenge initiative, as our second challenge we’re going to work with Labels 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…
#7DaysChallenge with Xammy
Hello! 🙋♀️ Thank you for being here! Today we start the #7DaysChallenge, I confess that I’m very excited about this activity, it aims to share seven challenges which will be divided into one challenge for each day of this week which will help you continue practicing and reinforcing your knowledge of Xamarin Forms and .NET MAUI! 🤔 How does it…
Snorkeling in MAUI event: Single Project Architecture in .NET MAUI talk
I’m very happy to have participated in the Snorkeling in MAUI event hosted by Progress Telerik giving the “Single Project Architecture in .NET MAUI” talk, it’s a great honor to participate in this event and share the stage with great professionals such as David Ortinau, Shawn Lawrence, Petar Marchev, Luis Matos and Brandon Minnick. Special thanks to Sam Basu for the invitation!💚 …
Replicating Contact & Message UI in Xamarin Forms
Howdy!!! In this article, we are going to replicate a Contact & Message 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…
Replicating Course Profile UI in .NET MAUI
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…
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…