android_coverflow_gallery icon indicating copy to clipboard operation
android_coverflow_gallery copied to clipboard

Rotate View

Open dimityrivanov opened this issue 10 years ago • 3 comments

Hi man is it possible to rotate the view in order to make it vertical ?

dimityrivanov avatar Sep 01 '14 21:09 dimityrivanov

@mitko9000 Hi. It is possible, but you need to do it by yourself. The main idea is to change XY coordinates with glTranslatef(x,y). In the current realization of "coverflow_library" I change only X, and Y is always 0.

vyarovyi avatar Sep 01 '14 22:09 vyarovyi

I did the rotation trick but its crashing on my test device (Galaxy 9), any idea why?

luismartinez03 avatar Jun 28 '22 06:06 luismartinez03

@mitko9000 Hi. It is possible, but you need to do it by yourself. The main idea is to change XY coordinates with glTranslatef(x,y). In the current realization of "coverflow_library" I change only X, and Y is always 0.

This project also has cover flow and rotation works: @vyarovyi https://github.com/tanjinbd/LiberationWar5

luismartinez03 avatar Jun 28 '22 06:06 luismartinez03