Android Listview 单击名称,然后显示图像
您好,我创建了不同国家/地区的列表视图,并希望在单击该国家/地区后显示和图像。我正在使用以下方法:
public void onItemClick(AdapterView<?> parent, View view,
int position, long id)
我不确定要在该方法中放入什么?
Hi I have a created a listview of different countries and want to display and image once the country has been clicked on. I am using the following method:
public void onItemClick(AdapterView<?> parent, View view,
int position, long id)
I am not sure what to put inside the method?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以尝试
You can try