Search code examples
androidandroid-sdk-2.1

Show data In Gridview Format in android


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.


Solution

  • 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.