2

I am looking for a horizontal scrolling list view for a application. So that i can make a table which scrolls horizontally something like enter image description here.

But found that Android does not has a horizontal scrolling ListView widget any suggestions?

Rahul Thakur
  • 824
  • 1
  • 12
  • 27

3 Answers3

5

See this project, maybe this is what you need. https://github.com/InQBarna/TableFixHeaders

TARAKAN
  • 76
  • 1
  • 3
  • 6
1

Try to use horizontal scroll view and add the elements in scroll view programatically at runtime

anddevmanu
  • 1,459
  • 14
  • 19
0

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

mmoghrabi
  • 1,233
  • 1
  • 14
  • 23