I have a ListView that grabs news with images associated with it using Volley Json. At first it loads everything but when i scroll the list
Try like this in else block
else { thumbnail.setVisibility(View.VISIBLE);//add this thumbnail.setImageUrl(newsArticlesItems.get(postion).getThumbnailUrl(), imageLoader); }