动态添加行与使用列表适配器

发布于 2024-11-26 12:23:07 字数 50 浏览 2 评论 0原文

与使用自定义列表适配器相比,将表行动态添加到 TableLayout 有何优点和缺点?

What are the advantages and disadvantages of adding table rows dynamically to a TableLayout compared to using a custom list adapter?

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

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

发布评论

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

评论(1

我偏爱纯白色 2024-12-03 12:23:07

正如 @binnyb 所说,ListView 为您提供了巨大的性能优势。如果您正确实现适配器,那么即使您的 ListView“包含”数千个条目,在任何给定时间您也只会膨胀少量视图。

As @binnyb said ListView gives you a huge performance advantage. If you implement the Adapter properly then you will only have a handful of views inflated at any given time, even if your ListView 'contains' thousands of entries.

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