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

Accessibility, Xamarin

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…

Continue Reading

Accessibility, Xamarin

Exploring Keyboard accessibility in Xamarin Forms

When developing Applications itā€™s important to keep in mind that usability and accessibility must be on top of the list of features to add. In this post, we will be learning about keyboard accessibility. We will be having a lot of types of users with different needs or conditions, for example,Ā users who use screen readers, or have mobility issuesĀ may need…

Continue Reading

Xamarin Essentials

Simple way to use Maps with Xamarin Essentials

Maps are very useful in our applications, theyĀ allow us to display in a graphic way the location of the desired place. The fact of being able to identify a location, through a Map, within our application makes our users have a better experience. Let us imagine the following two scenarios: šŸ“±App A:The user has a list of restaurants and will…

Continue Reading

UI

Replicating Book Worm UI in Xamarin Forms

Howdy!!! In this case we are going to replicate a Book Worm UI App obtained from Dribble. You can check the design here! 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 the original…

Continue Reading

Xamarin, Xamarin Essentials

Gettings Contacts with Xamarin Essentials

Sometimes we have to integrate some functionalities into our Apps that require obtaining information from contacts, previously, to achieve this we had to take more development time, but now we have very good news!!!Ā Xamarin EssentialsĀ included it for us!šŸ’šĀ We can implement this simply and easily! In this post, we will be learning how to do it! šŸ˜Ž First of allā€¦ What…

Continue Reading

UI, Xamarin

Replicating Food Delivery UI in Xamarin Forms

Howdy!!! In this case, we are going to replicate a Bill Details UI Ap obtained from Dribble. You can check the design here! 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: In the beginning, you will see an image with the original…

Continue Reading

Xamarin

Infogram about Xamarin Forms 5.0 šŸ˜

Hello!!! šŸ™‹ā€ā™€ļøHoping you’re well! I am very excited about Xamarin Forms version 5.0. For this reason, I could not contain myself to publish this important news! This time I wanted to express the information with an infogram. Infographics help us make information more visual and effective. Besides that, we can read and understand information simpler and faster! Now, Let’s know…

Continue Reading

Xamarin Essentials

Knowing the File Picker in Xamarin Forms

Howdy! šŸ’ā€ā™€ļø Happy new year!! šŸŽ„Welcome to my first post of the year! This time we will be learning about a very interesting topic that was recently included in Xamarin Essentials, this is the File Picker!! šŸ˜® First of allā€¦ What do I need? Let’s add some platform settings. To implement it, follow the instructions added below: We have more…

Continue Reading

UI, Xamarin

Replicating Christmas Shopping UI in Xamarin Forms

Howdy!!! In this case we are going to replicate a Bill Details UI Ap obtained from Dribble. You can check the design here! 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 the original…

Continue Reading

Xamarin

4 tips for writing cleaner code šŸ¤“

Howdy!!! šŸ™‹ā€ā™€ļøĀ For today’s post, we’ll be learning about some tips that are extremely important to keep in mind for developing an application. Letā€™s start! 1āƒ£.Ā Indentation above allĀ  šŸ“ A good indentation can make the difference between whether our code is readable or not. Letā€™s look at the example of both scenarios presented and think ā€¦ which one can we understand…

Continue Reading

UI

Replicating Bill Details UI in Xamarin Forms

Howdy!!! In this case we are going to replicate a Bill Details UI Ap obtained from Dribble. You can check the design here! 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 the original…

Continue Reading