ListView shows wrong and duplicates images
问题 I have a ListView and 12 ImageViews in it. Every ImageView has different image which is loading from url. Images are shuffled and sometimes duplicated either I scroll or not. I tried 10 other ways to solve this problem but have not succeeded. This is the code I download and show images: private static class ViewHolder { ImageView imageViewPhoto; Bitmap photo; boolean isDownloading; } @Override public View getView(final int position, View convertView, ViewGroup parent) { final ViewHolder