xamarin-forms-carouselview icon indicating copy to clipboard operation
xamarin-forms-carouselview copied to clipboard

How can I use this lib?

Open fcogutierrez opened this issue 9 years ago • 1 comments

Hi.

First of all, thanks for your work, is just what I need :), but I don't know how to use in my Xamarin.Forms project, could you help me?

Thanks.

fcogutierrez avatar Feb 08 '16 08:02 fcogutierrez

Hi, @fcogutierrez. I hope you can find this example useful. That said -- that's just what this is -- an example. To use this in your own project, you would need to copy the code I have in my CarouselLayout.cs class, then implement the platform-specific renderers in your app's platform-specific projects. This repo is an example of how to do that.

Ideally, I would like to package up the control into a NuGet package for easy inclusion into your project, but there's a lot of cleanup to do. I'd like to do that, but the Xamarin.Forms team is also working on a Carousel view control in the next update. Not sure if that would meet your needs.

chrisriesgo avatar May 03 '16 14:05 chrisriesgo