Skip to content

download image from http url and show in recycler grid view, without using any kind of http and imagedownload library.

Notifications You must be signed in to change notification settings

verma171/ImageDownloader

Repository files navigation

ImageDownloader

This project contains code to download image from http url and show them into the recycler grid view , wihout using any kind of Image download library, (Glide,Picasso, Imagedownloader etc). It uses basic classes of android to achieve the same.

  1. Used Handler Thread to make HTTP request so that one thread can be utilized for the all pagination request.
  2. For image loading, I have created ThreadPool of 5 threads which load images from the network.
  3. Scaled down the downloaded bitmap to fit in recyclerview grid cell.

About

download image from http url and show in recycler grid view, without using any kind of http and imagedownload library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages