Skip to content

Instantly share code, notes, and snippets.

@crossphd
Last active February 21, 2018 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crossphd/3cae3091e485398a81108e55ee381003 to your computer and use it in GitHub Desktop.
Save crossphd/3cae3091e485398a81108e55ee381003 to your computer and use it in GitHub Desktop.
Article currentArticle = getItem(position);
ImageView image = listItemView.findViewById(R.id.article_image);
if (currentArticle != null) {
new DownloadImageTask(image).execute(currentArticle.getmImageUrl());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment