Skip to content

Instantly share code, notes, and snippets.

@wmbest2
Created December 15, 2010 03:11
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 wmbest2/741575 to your computer and use it in GitHub Desktop.
Save wmbest2/741575 to your computer and use it in GitHub Desktop.
ImageDownloader imageDownloader = new ImageDownloader();
imageDownloader.download(cursor.getString(url_column), channelLogo);
channel_num.setText(cursor.getString(channel_column));
title.setText(cursor.getString(title_column));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment