Grouping with Dynamic Data in Xamarin Forms (Part 3)
In the second part of the series about Dynamic Data, we covered how to filter and sort items. In this part, we are going to see how to group items. Getting Started Filtering and sorting Grouping Much...
View ArticleUpdating Braintree to the Latest Version in Xamarin Forms
A time ago I wrote a series of articles on how to integrate Braintree Payment in Xamarin Forms, since then a few things have changed. In this article, I’m going to guide you step by step on what you...
View ArticleMulti-Selection per row with Dynamic Data in Xamarin Forms (Part 4)
In the third part of the series about Dynamic Data, we covered how to group items. In this part, we will explora how to do multi-selection per row, reusing the concepts of grouping that we learned in...
View ArticleTODO List using Reactive UI in Xamarin Forms
During the past months, I have been learning and writing about Dynamic Data and how we can use it to handle our collections in a reactive way. In this article, I will show you a full sample of how to...
View ArticleUsing State Machine in Xamarin Forms (Part 1)
A state machine is a well-known paradigm for developing programs, it provides a modeling style with which you can model your workflow in an event-driven manner. By using state machine, it is easier to...
View ArticleUsing State Machine in Xamarin Forms (Part 2)
In the first part of this series about State Machine, we covered the basics about it: how to set up and how to use the main features. In this part, we will cover Internal Transitions. Understanding...
View ArticleUsing State Machine in Xamarin Forms (Part 3)
In the second part of this series about State Machine, we covered how to do internal transitions by showing an example that added Rewind/Forward capabilities to the MediaPlayer. In this part, we will...
View ArticleUber Clone App using State Machine in Xamarin Forms
For the last few months, I have been writing about State Machine. As the final article of this series and the first article of the year, I’ll show you how to implement State Machine in a real-life...
View ArticleBuilding a Task Sequence in Xamarin Forms/ MAUI (Part 1)
A task sequence is the concept of having a task flow that the application can run sequentially. One common scenario to use this is running several tasks while showing the splash screen. In this...
View ArticleBuilding a Task Sequence in Xamarin Forms/ MAUI (Part 2)
In the first part of this series, we covered how to build a task sequence. In this part I’m going to show you how to start the sequence from a specific task, run tasks conditionally and pass...
View Article