Hey guys, I'm working on a Xamarin.Forms app that will use a carousel to display a collection of images. I'm using the Alliance Carousel (https://components.xamarin.com/view/Alliance.Carousel) in a custom renderer on iOS and everything is working great. I'm having a hard time finding anything that I can use on Android in a similar way. I know about the ViewPager option, as well as the Carousel control in XLabs. What I'm really looking for is a way to implement a coverflow like control in Android. Has anyone ever done something similar? If so please let me know what you used.
↧