I need to implement a gallery of clickable images that can be scrolled horizontally, and the Gallery widget is deprecated. What is the best replacement?
Asked
Active
Viewed 8,844 times
4 Answers
1
You may want to use a custom horizontal listview (by Paul Soucy from dev-smart.com) https://github.com/vieux/Android-Horizontal-ListView

julian
- 381
- 1
- 7
-
this one is good enough if you don't need the center-locking feature of the gallery widget – julian Oct 31 '12 at 08:36
-
Thank you for the answer! I eventually decided to use gallery widget because i needed the center-locking feature. (I just don't really understand what are the results of using something that is deprecated) – user1787773 Nov 01 '12 at 08:50
-
1The link appears to be broken. – Peter Mortensen Mar 28 '13 at 13:49
-
1https://github.com/gaowen/Android-Horizontal-ListView – Padma Kumar Apr 18 '13 at 06:35
1
Use DevsmartLib-Android. Also, if you don't care about the flinging, you can use ViewPager.

Peter Mortensen
- 30,738
- 21
- 105
- 131

android developer
- 114,585
- 152
- 739
- 1,270
0
This one is much better: https://github.com/sephiroth74/HorizontalVariableListView
Good Luck!

Alécio Carvalho
- 13,481
- 5
- 68
- 74