Hello! 🙌 Recently, I came across a post by David Ortinau that I found extremely helpful. Motivated by this, I chose to create a summary into an article format. 📝 In this post, you’ll find crucial information about important dates you need to know if you’re in the process of transitioning from Xamarin to .NET MAUI or if you’re still…
Tag: Xamarin
#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…
#7DaysChallenge – Day 4: Padding, Marging & Translations in Xamarin & .NET MAUI
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…
#7DaysChallenge – Day 3: Grid in Xamarin & .NET MAUI
Hello!! 🙋♀️ Continuing with the #7DaysChallenge initiative, as our third challenge we’re going to work 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 take a look at…
#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 – Day 1: Buttons in Xamarin & .NET MAUI
Hello!! 🙋♀️ Starting with the #7DaysChallenge initiative, as our first challenge we’re going to play around with the power of buttons 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 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…
DevTalk Podcast – Episode 80: Best practices for XAML in Xamarin Forms.
I’m very happy!!! 🙈 The Episode 80 of the #DevTalk Podcast it’s here, where I talk about “Best practices for #XAML in #Xamarin Forms”. 😍 Take a look! I hope it will be very useful to you! Special thanks to Kerry W. Lothrop for the invite!💚 Podcast site: …
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…
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…
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…