2

I want to create a horizontal scrollview like this , Please help me with thisThis is a horizontal scrollview, whichever is selected gets zoom and rest remains small..It is an an endless scrollview.This image is fron Freecharge application

Zil Sanghvi
  • 74
  • 10

1 Answers1

1

Better way is to use coverflow/crousal libraries for this

https://android-arsenal.com/details/1/830

https://github.com/mrleolink/SimpleInfiniteCarousel

https://github.com/moondroid/CoverFlow

Amarjit
  • 4,327
  • 2
  • 34
  • 51
  • 1
    I took reference from dis too : http://androidpreetsingh.blogspot.in/2014/12/hello-guys-hope-you-all-doing-well.html – Zil Sanghvi Sep 01 '15 at 07:24
  • This is the best and easiest I have seen. Try it: https://github.com/daimajia/AndroidImageSlider#advanced-usage – saintjab Jan 14 '16 at 14:23