Wednesday, November 30, 2011

Android 3D Carousel bug. Android 3.0+

In the "CarouselItem" class there is the "getMatrix" method. But since API level 11 there is such method in View class. Just rename this method to something else in CarouselItem class and in the "pointToPosition" method of the "CarouselSpinner" class.

In the near future I will update the source code.

Thanks

No comments:

Post a Comment