Possible Duplicate:
How can I make a horizontal ListView in Android?
I have used Vertical ListView Many Times but for certain requirements I want to implement the Horizontal ListView, Also list Items will come dynamically.Please help me to get the horizontal Listview.
The Android API seems to be lacking a
Horizontal ListViewwidget.So In other tutorials, developer are implemented it using
GalleryorHorizontalScrolllView.Actually Gallery is make it easy because you can use Adapter with it so at runtime you can add custom view in it. And it look likes a Horizontal ListView.
Just go through the below link,
In all possible way this would be recommended Android Horizontal ListView
Also this SO question How can I make a horizontal ListView in Android?