Recent Posts

Validating User Input in Xamarin.Forms

1 minute read

Any mobile app that accepts user input should ensure that the input is valid. This could involve, for example, checking that input contains only characters i...

Xamarin.Forms Behaviors: RotateAction

3 minute read

Previously, I demonstrated using the EventHandlerBehavior and ScaleAction classes to run a scaling animation when an event occurs. The Behaviors Library for ...

Xamarin.Forms Behaviors: ScaleAction

3 minute read

Previously, I demonstrated using the EventHandlerBehavior and TranslateAction classes to run a translation animation when an event occurs. The Behaviors Libr...

Xamarin.Forms Behaviors: TranslateAction

3 minute read

Previously, I demonstrated using the EventHandlerBehavior and FadeAction classes to run a fade animation when an event occurs. The Behaviors Library for Xama...