英文:
Adding comment to View in Android
问题
可以向视图添加评论吗?这样我以后就可以访问它,并获取我的评论值。
我有一个包含许多ImageView的布局,我想将其链接到一些图像歌曲的URI。是否有办法将这些URI放到视图中,还是需要使用类似字典的东西?
英文:
Is it possible to add a comment to a view? So I can access it later and get the value of my comment.
I have a layout with lot of ImageViews and I'd like to link to some images songs uris. Is there any way to put these uris to views or I need to use something like dictionary?
专注分享java语言的经验与见解,让所有开发者获益!
评论