Skip to content

Instantly share code, notes, and snippets.

@RanjitPati
Created June 6, 2019 12:02
Show Gist options
  • Save RanjitPati/a5c3ce346051f0fbb80f2bf7c1432b65 to your computer and use it in GitHub Desktop.
Save RanjitPati/a5c3ce346051f0fbb80f2bf7c1432b65 to your computer and use it in GitHub Desktop.
String url = "Your Image Url";
Uri uri = Uri.parse(url);
your)simple_draweeview.setImageURI(uri);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment