.Net MAUI

Horizontal & VerticalStackLayout in .NET MAUI

Howdy! 🙋‍♀️ Continuing with “☃️ Coding Winter 2021 – C # and .NET MAUI ❄️” initiative, today is #DayFifteen and we will be learning about Semantic Focus in .NET MAUI! Probably when reading the title you were surprised,😯 Horizontal and Vertical Stacklayout? Yes, you read that right!! In Preview 7, .NET MAUI introduced both types of layouts! In this article, I will show you its…

Continue Reading

.Net MAUI

Semantic focus with .NET MAUI

Howdy! 🙋‍♀️ Continuing with “☃️ Coding Winter 2021 – C # and .NET MAUI ❄️” initiative, today is #DayThirteen and we will be learning about Semantic Focus in .NET MAUI! Microsoft developer team has been investigating even more into the best practices of accessibility, for this reason, they hold meetings with different developers of companies who work closely with good accessibility practices and have been…

Continue Reading

.Net MAUI

Getting started with Font Scaling in .NET MAUI

Howdy! 🙋‍♀️ Continuing with “☃️ Coding Winter 2021 – C # and .NET MAUI ❄️” initiative, today is #DayEleven and we will be learning about Font Scaling in .NET MAUI! When using our mobile device we notice that everything we see has the same font sizes, this is a configuration that the user can adapt according to their needs, therefore, it’s important that we make…

Continue Reading

.Net MAUI

Adding Shadows with .NET MAUI

Howdy! 🙋‍♀️ Continuing with “☃️ Coding Winter 2021 – C # and .NET MAUI ❄️” initiative, today is #DayEight and we will be learning about Shadows in .NET MAUI! Adding shadows in our applications makes our design look more elegant and takes depth points in specific controls, in Xamarin Form we can do it using some resources such as a Custom Renderer. In this…

Continue Reading

.Net MAUI

Masking elements with Clipping in .NET MAUI

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…

Continue Reading

.Net MAUI

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,…

Continue Reading

.Net MAUI

.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…

Continue Reading

UI, Xamarin

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…

Continue Reading

Xamarin Essentials

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…

Continue Reading

UI

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…

Continue Reading

Xamarin Community Toolkit

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…

Continue Reading

UI, Xamarin

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…

Continue Reading