0

I am using Viewpager to implement walkthrough, there is one unique part to it. Here is the image of it.

There are 3 images basically we wish to display 1 by 1. The unique part is that, other image are behind the image. I am not having idea how can i do this. Any idea how we can do something like this?

enter image description here

Scorpion
  • 6,831
  • 16
  • 75
  • 123

2 Answers2

1

Try to use coverflow widget.

Here is one reference link.Coverflow in android

1

Its called FancyCoverFlow.

FancyCoverFlow is a flexible Android widget providing out of the box view transformations to give your app a unique look and feel .

Please check out Below Links

  1. ANDROID COVERFLOW WIDGET

  2. Open Source CoverFlow view

  3. FeatureCoverFlow
IntelliJ Amiya
  • 74,896
  • 15
  • 165
  • 198