How to set a row for grid-view in android?

前端 未结 1 1605
失恋的感觉
失恋的感觉 2021-01-16 14:16

Right now i am displaying the data from XML file in to grid view in android.This is the exact xml\'s file link

\"http://54.251.60.177/StudentWebService/StudentDetai

相关标签:
1条回答
  • 2021-01-16 14:47

    Don't use a grid view, it won't help you. It is designed to display a list of items as a grid. You may specify the number of columns, but displaying a table is more of a job for a TableLayout.

    0 讨论(0)
提交回复
热议问题