如何在 Android 中创建具有动态行的表格
我是 Android 新手,我遇到了以下难题。
我需要在 Android 中创建一个表,如下所示
:商品名称 |获得分数 |最大分数|
第 1 行信息
第 2 行信息
我面临的问题是这些行需要根据项目数量动态创建。
我环顾四周,发现表格布局信息非常通用,或者没有显示如何创建动态表格。
PS 我无法附上表格的确切图片,因为我没有足够的积分
I am new at android, I am stuck with the following puzzle.
I need to create a table in Android which looks the following:
Category | Item Name | Marks Obtained | Max Marks|
Row 1 information
Row2 information
The problem that I am facing is that these rows need to be created on the fly depending on the number of items.
I have looked around and found table layout information which is very generic or does not show how to create dynamic tables.
P.S. I cannot attach the exact picture of the table because I don't have enough points
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你创造了这个。首先创建一个表。现在您知道了要(动态)创建的行数。
you create this. First create a table. Now you came to know the number of rows that you want to create(dynamically).