Set size of imageview like fb app in android?

595 Views Asked by At

Do anyone know how to set imageview with some background before the image is loaded from backgroud like that of one found in fb app for android?

In fb android app, the image view are set before image is loaded of same size as that of the image.

1

There are 1 best solutions below

0
On

I just converted drawable into bitmap of same size as that of image . Then i displayed that bitmap before loading the image from url.