ClickableAreasImages
ClickableAreasImages copied to clipboard
how to load image from url
i am retrieving image from url but it's not showing image properly
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!