Skip to content Skip to sidebar Skip to footer

Horizontal Scroll Over A List Of Image Views

After going through several third party as well as android default components I can't find a way through which I can implement a dynamic horizontal Scroll List View where the List

Solution 1:

Horizontal Scroll View is only good if you have just a few items. If you have a lot, you should consider an alternative: a ViewPager (in case you wish to show only a single item at a time), or a third party library like "Horizontal Variable ListView". I'm sure there are other alternatives.

note that the Gallery view is very inefficient and buggy so you shouldn't even try to use it.

Post a Comment for "Horizontal Scroll Over A List Of Image Views"