Lucas Arrefelt
Lucas Arrefelt

Reputation: 3929

Monodroid swipe

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!

Upvotes: 4

Views: 1490

Answers (1)

jpobst
jpobst

Reputation: 9982

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

Upvotes: 4

Related Questions