Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
事实上,我正在开发一个 android 项目,我有一个事件列表,当我单击一个事件时,我可以传递事件的名称及其图像,但我不能将描述放在 tabhost 中我该怎么做?
选项 1: 您可以尝试在存储描述的每一行上使用 setTag 方法。
setTag(Object tag)
设置与此视图关联的标记。
选项 2:
我的项目中有类似的情况。这就是我实现的方式