使用 arrayview android 填充表格

发布于 2024-11-19 08:51:46 字数 120 浏览 3 评论 0原文

您好,我需要创建并填充一个表,我正在尝试像 ListView-ArrayAdapter 那样进行操作。 我可以这样做吗,或者我应该让 2 个小球(水平和垂直)使每个单元格膨胀并将其插入相应的行中?

提前致谢!!

Hello I'd need to create and fill a table, im trying do it like ListView-ArrayAdapter does.
Can I do it that way or i shoud make 2 bucles (horizontal and vertical) inflate each cell and insert it in the corresponding row?

Thanks in advance!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你与清晨阳光 2024-11-26 08:51:46

可以使用自定义 ArrayAdapter 来完成,只需覆盖适配器中的 getView 并填充自定义布局即可。请参阅 ListView

It can be done with a custom ArrayAdapter, just have to override getView in the adapter and inflate a custom layout. see ListView

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文