nirhart / ParallaxScroll

Parallax ScrollView and ListView for Android
MIT License
847 stars 187 forks source link

Support for viewpager swipe as parallaxed view #27

Open ashmosaheb opened 9 years ago

ashmosaheb commented 9 years ago

Is there a way to support view pager being the first item as the parallaxed view. At the moment, I can add a view pager, but the swipe gesture does not seem to work. It may be because of the limitation of view pagers working well in scroll views.

I am trying to achieve something like the IMDB app where you have the parallax scrollview and a swipeable image carousel as the parallax view.

nirhart commented 9 years ago

I know that its an issue with gingerbread, that can be solved by custom scrollView/listView/recyclerView that disable itself when swiping left or right