0

I want to fetch data from database and show them in to android base mobile. I have tried Gridview but with gridview bidirectional(Horizontal and vertical) scrollbar not possible either I cannot put. So is there any option of gridview and I can show data like gridview or how can I put bidirectional scrollbar in gridview.

Thank you.

Nirav
  • 5,700
  • 4
  • 34
  • 44

1 Answers1

0

You need to use a TableLayout, which allows you to layout the rows yourself, combined with a bidirectional scroller like the ones described in these answers.

Community
  • 1
  • 1
Matthew
  • 44,826
  • 10
  • 98
  • 87