我搜索了 StackOverflow,但没有找到任何选择的解决方案。我有ListView
,我想delete(like swipe the listview item)
在ListView 中listviewitem
,replace with new image or show new image at that deleted position
怎么做?任何人都可以帮助解决这个问题......
我试过这个
ImageView imageView = (ImageView) lView.getChildAt(position);
imageView.setImageResource(R.drawable.redo);
但不可能得到结果!