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…
Category: Blog
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…
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…
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…
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…
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…
Storing app settings in NSUserDefaults is a quite common thing to do in an iOS application, one way to achieve it is by using Xamarin.Essentials,…
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…
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…
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.…