I want to create list of objects with coverflow effect for Android. Very similar to this lib - https://github.com/moondroid/CoverFlow , but for vertical mode. I found difficult to modify this library for vertical displaying. Are there any solutions for Android?
Asked
Active
Viewed 694 times
1
-
Start with changing all horizontal with vertical: https://github.com/moondroid/CoverFlow/search?utf8=%E2%9C%93&q=horizontal – piotrek1543 Dec 20 '15 at 15:36
-
@piotrek1543 already tried to change x to y axis, a lot of code changes : touches handling, drawing, measuring, etc – Lester Dec 20 '15 at 15:49
-
so create an issue on project's Github page and ask an author how to do it, Maybe another developer using this library may you help – piotrek1543 Dec 20 '15 at 16:01