SwipeView Interaction with Xamarin.Forms23 December 2019·5 minsThis post shows you how to interact with the Xamarin.Forms SwipeView. we will learn how to work with events and Commands from within CollectionView.
Creating flight-mode safe Xamarin apps with Akavache17 August 2017·8 minsMaking a network resilient app can be quite the challenge. With the Akavache plugin your life will be a lot easier. This post teaches you how to use it.
TapGestureRecognizer in Xamarin.Forms for Android8 August 2017·2 minsOn Android, the Xamarin TapGestureRecognizer does not work for more than two taps. In this post I will show you how to get around this.