Horizontal scrolling images gallery in android -


i working on camera application in android , have page camera preview on half of screen , image gallery shown in image below. right now, using gridview show image thumbnails in gallery. but, problem is, can't make gallery scrollable(horizontally). found horizontal scrolling not supported in grid view.

enter image description here

the screenshot provided iphone app , working fine. used uicollectionview in iphone app same.

i can't find uicollectionview in android.

any appreciated. in advance.

or can use additional plugins this


Comments

Popular posts from this blog

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -