Jonathan Pryor-2 wrote: > > On Aug 3, 2011, at 1:36 PM, chobo2 wrote: >> I am wondering if there is any plugin to make a view swiper for >> monodroid. >> >> I found this but I am unsure if I can just import this java file into >> monodroid and use it? >> >> https://github.com/commonsguy/cwac-viewswiper > > I wasn't able to figure out how to use those libraries from a quick > perusal, but if it's based upon starting activities via > Context.startActivity(), then it should be possible to reuse that Java > code by including it (and the dependent .jar files) as AndroidJavaSource > files: > > > http://android.xamarin.com/Documentation/Build_Process?highlight=AndroidJavaSource#Java_Interop_Support > > - Jon > > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid >
I don't see a .jar file( I am having trouble even getting it to run in eclipse). For now I just went with a poor mans swipe. Where I just use onFling and it just goes to another view. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/View-Swiper-tp4663054p4670885.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
