Skip to content Skip to sidebar Skip to footer

Replace Images In Data From Webservice Android

Hi all, How can i replace the text or symbol from web service with local images in drawable folder. I get a symbol and text from web service. I need to replace that symbol with

Solution 1:

You cannot change or add any drawables inside your drawable folder. These resources are compiled into an .apk file, and there is no way to change them at runtime. Only solution I see is to store downloaded images on SD card and fetch them when you need it. Hope this helps.


Post a Comment for "Replace Images In Data From Webservice Android"