UI, Xamarin

Replicating Real Estate Property details UI in Xamarin Forms

Howdy!!! ?‍♀ In this case we are going to replicate a Real Estate UI 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…

Continue Reading

Xamarin

Using biometric identification in Xamarin Forms

It’s very likely that some of the applications that you have installed on your device uses fingerprints to simplify authentication before executing certain important or sensitive actions. We usually see this type of features in banking applications where you decide whether to access with your credentials or your fingerprint! And honestly I love using my fingerprint because it saves me…

Continue Reading

UI, Xamarin

Replicating Schedule UI in Xamarin Forms

Howdy!!! ?‍♀ In this case we are going to replicate a Calendar / Schedule UI 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…

Continue Reading

Xamarin

Learning about Converters in Xamarin Forms

When we are developing an application it is normal that we need to transfer data of the same type, as we already know to do this, we use Data Bindings. Doing this is very easy, especially if we can do the conversion implicitly. But what happens when we want to pass data with different values? To do it we use…

Continue Reading

Xamarin, Xamarin Essentials

Working with connectivity in Xamarin Forms

I think you have been in a situation that you lost internet connection and you stay without knowing what happened since nothing notified you  ?‍♀. .. And it is in bad taste since as users we practically do not know what is happening and we simply believe that the application had stopped working ?. To avoid this, as Developers, is…

Continue Reading

UI, Xamarin

Quick tip: Handling Dark mode in our iOS App

Howdy!!!🙋‍♀️ In this case, I just want to give you a quick tip about handling the Dark mode on iOS. Appearance handling came to iOS from version 13 onwards, thanks to this update, the users who own these devices will be able to adapt the appearance of their device as they like between light and dark. Because of this, I think…

Continue Reading

UI, Xamarin

Replicating Burger UI App in Xamarin Forms

Howdy!!! ?‍♀In this case we are going to replicate a Burger App UI 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…

Continue Reading

UI, Xamarin

(Part 2) Replicating Flight UI: Working with the XAML

Howdy!!! ?‍♀ I’ll continue doing what I love ?In this case we are going to replicate a Flight UI obtained from Dribble from Gleb Kuznetsov✈. You can check it here! . To get the best out of this post, if you haven’t seen it yet, I recommend reading the first part of this article named “(Part 1) Replicating Flight UI: Preparing…

Continue Reading

UI, Xamarin

#SomeTips: Best practices for UI Handling!

When designing user interfaces, there are may ways to handle / create elements into it. We know that the way we do it can either save us many lines of code or not, and also can have an impact in the performance of our application. At the Microsoft 365 LIVE event I talked about this topic and now I wanted to write…

Continue Reading

UI, Xamarin

Replicating Exotic Fruits App in Xamarin Forms

Howdy!!! ?‍♀ I’m continue doing what I love ?In this case we are going to replicate an Exotic Fruits UI obtained from Dribble. You can check it 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…

Continue Reading

UI, Xamarin

Inheriting styles in Xamarin Forms

When designing an application it’s common and also an excellent practice to work with styles, especially when we have controls with the same visual characteristics. But we also encounter scenarios where two or more controls which will need different styles but with most of the visual properties exactly the same, so what do we normally do in these cases? ……

Continue Reading

Xamarin, Xamarin Essentials

Launching Apps in Xamarin Forms

I imagine that at some point when you are developing an application you have faced a requirement that it needs to open another application from within the one you are developing. This type of requirements that involve the call of third-party applications is very common, for example when the user wants to make some kind of connection with social networks…

Continue Reading

UI, Xamarin

Let’s replicate a Travel App in Xamarin Forms

Howdy!!! ?‍♀ In this #LoveMonth let’s continue with the third post of the UI series for February! In this case we are going to replicate a Travel UI obtained from Dribble. You can check it 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…

Continue Reading