android_coverflow_gallery
android_coverflow_gallery copied to clipboard
Rotate View
Hi man is it possible to rotate the view in order to make it vertical ?
@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.
I did the rotation trick but its crashing on my test device (Galaxy 9), any idea why?
@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