I want to fetch data from database and show them in to android base mobile. 开发者_C百科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.
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.
精彩评论