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?
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?
See this project, maybe this is what you need. https://github.com/InQBarna/TableFixHeaders
Try to use horizontal scroll view and add the elements in scroll view programatically at runtime
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