问题
I am looking for a horizontal scrolling list view for a application. So that i can make a table which scrolls horizontally something like

But found that Android does not has a horizontal scrolling ListView widget any suggestions?
回答1:
See this project, maybe this is what you need. https://github.com/InQBarna/TableFixHeaders
回答2:
Try to use horizontal scroll view and add the elements in scroll view programatically at runtime
回答3:
you have to create custom listview if you want to make it horizontal this is a very nice and direct example : http://www.androiddevelopersolution.com/2012/11/horizontal-listview-in-android-example.html
来源:https://stackoverflow.com/questions/16829092/android-horizontal-scrolling-listview