SyntaxFix
Write A Post
Hire A Developer
Questions
InputStream URLcontent = (InputStream) new URL(url).getContent(); Drawable image = Drawable.createFromStream(URLcontent, "your source link");
this has worked for me