Hi Everyone,
I've been looking for a simple way to have sliding tabs in my Xamarin Android application.
Kind of like Windows Phone Pivots.
I have already tried a few things so far:
- Actionbar tabs + Gesture listener (worked well but would like an animation between sliding)
- xamarin.android.support.v4 (Cannot get it working on any of the tests or samples I have tried)
- FortySevenDeg.SwipeListView (Could not get sample working, possibly because it uses xamarin.android.support.v4)
Any help would be greatly appreciated!
Rohan