动态创建TableRow

发布于 2024-11-15 00:36:04 字数 431 浏览 3 评论 0原文

我正在尝试动态创建“单元格”,它们需要一个图像和 3 个 TextView。我选择使用 TableLayout,我的单元格是 TableRows。 我试过这个:

http://www.warriorpoint.com/blog/2009/07/01/android-creating-tablerow-rows-inside-a-tablelayout-programatically/

但是单元格不会出现(是的,我改变了文本的颜色:-))

有人知道会发生什么吗? 而且,有人建议比 TableRow 更好的东西?

I'm trying to create "cells" dynamically, they need an image and 3 TextViews. I chose to use the TableLayout and my cells are TableRows.
I've tried this:

http://www.warriorpoint.com/blog/2009/07/01/android-creating-tablerow-rows-inside-a-tablelayout-programatically/

But cells do not appear (yes, I changed the color of the text :-))

Does anyone have any idea what might be happening?
And, someone suggests something better than TableRow?

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

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

发布评论

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

评论(1

浅浅淡淡 2024-11-22 00:36:04

您可以使用 WebView,然后可以使用 HTML/js 创建/操作表(有出色的 jQuery 插件)。
我尝试使用 TableLayout 几次,然后切换到 WebView/HTML 解决方案。

这实际上取决于您的应用程序的设计。

You can use a WebView and then your table can be created/manipulated using HTML/js (there are excellent jQuery plugins).
I've tried a couple of times using TableLayout and then I've switched to the WebView/HTML solution.

It really depends on the design of your app.

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