在android中以Gridview格式显示数据

发布于 2024-10-21 01:06:53 字数 177 浏览 0 评论 0原文

我想从数据库中获取数据并将它们显示到 android 基础移动设备中。 我已经尝试过 Gridview 但使用 gridview 双向(水平和垂直)滚动条是不可能的,我也不能放置。 那么是否有 gridview 的任何选项,我可以显示像 gridview 这样的数据,或者如何在 gridview 中放置双向滚动条。

谢谢。

I want to fetch data from database and show them in to android base mobile.
I have tried Gridview but with gridview bidirectional(Horizontal and vertical) scrollbar not possible either I cannot put.
So is there any option of gridview and I can show data like gridview or how can I put bidirectional scrollbar in gridview.

Thank you.

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

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

发布评论

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

评论(1

我喜欢麦丽素 2024-10-28 01:06:53

您需要使用 TableLayout,它允许您布局行您自己,结合双向滚动器,如这些答案中描述的那样。

You need to use a TableLayout, which allows you to layout the rows yourself, combined with a bidirectional scroller like the ones described in these answers.

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