ClickableAreasImages icon indicating copy to clipboard operation
ClickableAreasImages copied to clipboard

how to load image from url

Open Miteshmakwana73 opened this issue 6 years ago • 1 comments

i am retrieving image from url but it's not showing image properly

Miteshmakwana73 avatar Sep 21 '18 08:09 Miteshmakwana73

really dont work!

image.setImageResource(R.drawable.nameOfFile); WORK

Drawable drawable = Drawable.createFromPath(realTimePath); image.setImageDrawable(drawable); DON'T WORK

I am use for set image in real time!

nilodp avatar Sep 01 '20 01:09 nilodp