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

How can i play a video instead of an image background #4

Closed omershafiq closed 9 years ago

omershafiq commented 10 years ago

Can we customize the parallax to a video background? like a 5 sec video on a continuous loop.

andraskindler commented 10 years ago

Awesome idea! I'll look into it. You can issue a pull request though, if you've managed to implement it.

andraskindler commented 9 years ago

The ParallaxViewPager only supports bitmaps as background - there are no plans for playing a video instead. However, if you implement it, and give me a PR, I'd be happy to merge it. Meanwhile, I'm closing the issue because of no activity.