/https-image-downloader

Java image downloader and placer in ImageView

Primary LanguageJava

https-image-downloader

Java image downloader and placer in ImageView

Using :

Add ImageView.java file to your Android Project

Example :

  ImageView yourImageView = (ImageView) findViewById(R.id.image_view);
  new ImageDownloader(yourImageView).execute(yourHttpsUrl);

Note : this class trusts all https links