StickerView icon indicating copy to clipboard operation
StickerView copied to clipboard

set image from url

Open arpitjoshi08 opened this issue 7 years ago • 3 comments

is it possible to set image from url in sticketimageview

arpitjoshi08 avatar Aug 15 '17 13:08 arpitjoshi08

+1 maybe use the imagepicker library https://github.com/nguyenhoanglam/ImagePicker

suds7 avatar Aug 26 '17 12:08 suds7

You can also first convert url to drawable and then use it.

Surabhi3 avatar Sep 05 '17 08:09 Surabhi3

Just use Glide to load URL. it will automatically give you Drawable.

vishrut2207 avatar Jun 28 '18 07:06 vishrut2207