标签: android indexing gallery
如何将图片10的索引设置为样本,并模拟对img 10的点击?
THX
答案 0 :(得分:1)
为了选择图片10,只需要:
pictureGallery.setSelection(10);
要模拟img 10上的点击,您只需为位置10运行相应的OnItemClicked代码。