[android-developers] Re: Horizontal List View

2011-07-18 Thread Zsombor
I couldn't find a decent alternative to this either. It seems that ListView can't be extended to somehow get it to display the elements horizontally. And replicating ListView is a pain too, because it's using some private apis. So you either come up with your own HorzontalListView implementation,

[android-developers] Re: Horizontal List View

2011-07-17 Thread hegde
You can try gridview and if you have less number of elements you can manipulate number of columns in the grid view so that only one row is shown -Hegde On Jul 16, 5:03 am, bhasker reddy.ba...@gmail.com wrote: I am surprised that there is no Horizontal List View in Android. Tried using gallery