I want to create a horizontal scrollview like this , Please help me with this
Asked
Active
Viewed 1,737 times
2

Zil Sanghvi
- 74
- 10
-
This is a horizontal scrollview, whichever item is selected gets zoom and rest remains small..It is an an endless scrollview.This image is fromFreecharge application – Zil Sanghvi Aug 31 '15 at 11:43
-
please paste some code that have you tried so far. – Mohammad Tauqir Aug 31 '15 at 11:43
-
Actually i have tried to manipulate using simple horizontal scroll views and but want to make somethingl ike dis and not getting how to do. – Zil Sanghvi Aug 31 '15 at 11:44
-
I think there might be some library available for dis but not finding – Zil Sanghvi Aug 31 '15 at 11:44
-
I don't think you need library for simple things. Try googling around and help yourself. – Mohammad Tauqir Aug 31 '15 at 11:54
-
Tried Googling a lot but havent found. – Zil Sanghvi Aug 31 '15 at 11:55
-
@ZilSanghvi If you've solved your problem take a look to my answer please maybe you can help me out :) [Question](http://stackoverflow.com/questions/33219942/horitzontalscrollview-or-carrousel) – Skizo-ozᴉʞS ツ Oct 22 '15 at 09:00
1 Answers
1
Better way is to use coverflow/crousal libraries for this
https://android-arsenal.com/details/1/830

Amarjit
- 4,327
- 2
- 34
- 51
-
1I 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