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.
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.
Copyright © 2021 Jogjafile Inc.
I just converted drawable into bitmap of same size as that of image . Then i displayed that bitmap before loading the image from url.