StackOverflow を検索しましたが、最適な解決策が見つかりませんでした。私は持っていて、ListViewでそれをしListView
たいdelete(like swipe the listview item)
のですが、どうすればいいですか? 誰でもこれを解決するのに役立ちます....listviewitem
replace with new image or show new image at that deleted position
私はこれを試しました
ImageView imageView = (ImageView) lView.getChildAt(position);
imageView.setImageResource(R.drawable.redo);
しかし、結果を得ることができません!!