在android中以Gridview格式显示数据
我想从数据库中获取数据并将它们显示到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用 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.