I am trying to implement load bitmap in ImageView
, but it is taking too much time to load. I have also used ImageLoader
but it is only supports for url, it is not supports for bitmap, so how can I show bitmap instantly? Please help to solve it!
Show image using Image loader
For url I used this code
imgLoader.DisplayImage(mImage, R.mipmap.ic_launcher, imgProfile);
You can use any
ImageLoader library
like Glide, PicassoHere is the snippet using
Glide
If you want to load image using url try this code