layout Swipecards: A Tinder-like swipe control for Xamarin.Forms For a side-project of mine, I created a Xamarin.Forms control, that lets the user wipe away cards in different directions, similar to the popular Tinder app. The control is still work in progress and will be extended over time, but I decided to
android Show a custom dialog in your Xamarin Android app Sometimes you want to show your users a dialog that contains more than just text and buttons. In those cases the pre-defined <a href="http://developer.android.com/reference/android/app/AlertDialog.html">AlertDialog</a>that come with