Android: Horizontal Scrolling Listview [closed]

…衆ロ難τιáo~ 提交于 2020-01-04 05:20:24

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!