Android:在 GridView 中设置选定的图标
我正在尝试找到一种方法将图标的名称存储在数据库中,然后使用该名称让用户从 ImageView 中选择图标。我找到了有关 ImageViews 和 Galleries 的各种指南,但没有一个显示如何按名称获取/设置所选图像。可用图像列表不会改变,但实现此目的的最佳方法是什么?
I'm trying to find a way to store the name of an icon in my database, then use that name to let a user select an icon from an ImageView. I've found various guides on ImageViews and Galleries, but none that show how to get/set the selected image by name. The list of available images won't change, but what's that best way to implement this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看本教程,它可以让您了解如何操作:
http://www.firstdroid.com/2011/02/06/android-tutorial-gridview-with-icon-and-text/
祝你好运。
阿德里安.
check this tutorial, it can give you an Idea of how to do it:
http://www.firstdroid.com/2011/02/06/android-tutorial-gridview-with-icon-and-text/
Good luck.
Adrian.