I need to implement swipe for my application. Meanwhile i find lots of examples on how to do this in Android, it's quite the opposite with Monodroid. I'm having problems converting java code to c# and the mondroid documentation is just crap! Cant find anything about onFling or similar approaches.
Anyone that can point me in the right direction, maybe a tutorial or code snippet?
My plan is to use a viewflipper with the swipe detection.
Thanks!
I think this may be what you want, it allows you to swipe left and right to change views:
ReplyDeletehttps://github.com/xamarin/monodroid-samples/tree/master/ViewPagerIndicator