Using 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 Article