0

I want to add panoramic effect on my ViewPager, i have one ViewPager and i have set the background of that ViewPager but i want Panoramic effect to that background wallpaper, suppose if i'll slide the ViewPager then the portion of that wallpaper also should move.

Please kindly suggest me some solution.

Anshuman Pattnaik
  • 883
  • 3
  • 16
  • 37

1 Answers1

0

It's not supported out of the box.

There're several possible implementations(extensions of ViewPager) which you can use instead. One of them is https://github.com/andraskindler/parallaxviewpager

enter image description here

Konstantin Loginov
  • 15,802
  • 5
  • 58
  • 95