0

I need some help with the CarouselExample that can be checked out using this link. I want to make cards counterclockwise to scroll around the carousel. but I don't found a method in the Carousel.rs file. Please if someone has checked this example and knows how to help me, i would appreciate it. like this: https://drive.google.com/file/d/0B0ORaa3AfoB8SHBaX2U3elJSams/edit?usp=sharing

StoopidDonut
  • 8,547
  • 2
  • 33
  • 51
lonshine
  • 21
  • 4

2 Answers2

0

In CarouselController.java, I think you can set mFillDirection to CarouselRS.FILL_DIRECTION_CW.

Stephen Hines
  • 2,612
  • 1
  • 13
  • 12
  • First, thanks. However, according to the proposed changes after you, just opposite the filling order card, did not change the curvature and orientation of the card slot. My English is not so good, sorry. – lonshine Jan 24 '14 at 06:36
  • Oh, I think that you would have to modify the way they are drawing things as well. Sorry, I don't actually have much experience on the graphics side of things. – Stephen Hines Jan 24 '14 at 19:39
0

the CarouselExample is deprecated, since the renderscript UI/3d part can't be used anymore.

instead, google suggests using openGL.

android developer
  • 114,585
  • 152
  • 739
  • 1,270