4

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!

Lucas Arrefelt
  • 3,879
  • 5
  • 41
  • 71

1 Answers1

4

I think this may be what you want, it allows you to swipe left and right to change views:

https://github.com/xamarin/monodroid-samples/tree/master/ViewPagerIndicator

jpobst
  • 9,982
  • 1
  • 29
  • 33