2

Possible Duplicate:
Horizontal ListView in Android?

I have database with 3 field that I connect to listview (my custome listview from xml file).

When the list is Filled with data, the listview can Scrolling up and down.

But what will happen if I have 15 fields on my database? How to make the listview

Scrolling right and left? Is it possible?

Thanks

Community
  • 1
  • 1
Gali
  • 14,511
  • 28
  • 80
  • 105
  • Here you can find some posts about the same issue: http://stackoverflow.com/questions/2044775/scrollview-vertical-and-horizontal-in-android – Niko Apr 02 '12 at 05:46

3 Answers3

2

I think, this answer and it's comments will be very helpful for you. https://stackoverflow.com/a/6235806/625676

Community
  • 1
  • 1
Göksel Güren
  • 1,479
  • 13
  • 21
1

Refer to following links::

1)Android horizontal scroll list

2)Horizontal ListView in Android

3)(Android) How to use horizontal scrolling in a ListView

4)Android Horizontal ListView

Community
  • 1
  • 1
Name is Nilay
  • 2,743
  • 4
  • 35
  • 77
1

see this link:

http://www.dev-smart.com/archives/34

code can be found on http://www.dev-smart.com/wp-content/plugins/download-monitor/download.php?id=1

you will find how to scroll list view horizontally.

  • 1
    thank for the help !, but in this example only the row can move right or left and i need that the all listview will move right or left – Gali Apr 02 '12 at 07:55