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.
我正在显示一个带有图像网格视图的弹出窗口,当用户单击任何网格视图图像时,我正在尝试做一些工作。但是,我无法获取gridview 的onClick 事件。
有任何想法吗?
在您getView()渲染图像的方法中,调用setOnClickListener每个ImageView它应该可以工作。
getView()
setOnClickListener
ImageView