【发布时间】:2013-09-12 11:41:36
【问题描述】:
我搜索了 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);
但不可能得到结果!!
【问题讨论】: