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…
Tag: Xamarin Forms
#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 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…
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…
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…