andraskindler / parallaxviewpager

[Development stopped in 2014. Unfinished and not stable - not recommended to use.] An easy-to-use ViewPager subclass with parallax background effect for Android apps.
438 stars 86 forks source link

Need Access to the PageChangeListener from Outside #8

Open hindol opened 9 years ago

hindol commented 9 years ago

This would make the library compatible with other libraries that set their own PageChangeListener. This is required to make this work with the popular ViewPagerIndicator library.

See: http://stackoverflow.com/questions/25366899/viewpagerindicator-does-not-allow-setbackgroundresource-on-viewpager

andraskindler commented 9 years ago

Thanks for pointing this out, I'll take a look on the weekend.

tomafc330 commented 9 years ago

Okay created a PR to address this:

https://github.com/andraskindler/parallaxviewpager/pull/10

tomafc330 commented 9 years ago

@andraskindler could you review please?