Howdy!!! ?♀I’ll continue doing what I love ? In this case we are going to replicate a Flight UI obtained from Dribble, designed by Gleb Kuznetsov✈. You can check it here! But this time we will carry out a slightly different dynamic than the previous articles by explaining the structure first! If you are starting with Xamarin Forms, this is a very…
Category: MVVM
Applying MVVM design pattern
As Developers, we all want our code to work, but if we just write code, chances are we end up with a complex code, and really hard to read, we all want our code to be clean, organized and easy to read, that’s where Design Patterns come into play. But exactly why do we use it? Design patterns offers us…