StickerView
StickerView copied to clipboard
set image from url
is it possible to set image from url in sticketimageview
+1 maybe use the imagepicker library https://github.com/nguyenhoanglam/ImagePicker
You can also first convert url to drawable and then use it.
Just use Glide to load URL. it will automatically give you Drawable.