Skip to main content

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!


Comments

  1. 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

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?