joyoyao / StickerView

A android view which can add sticker and zoom,drag,delete it 贴纸 文字
17 stars 8 forks source link

How I can set dynamic image in sticker #4

Closed ashutoshgohil closed 5 years ago

ashutoshgohil commented 6 years ago

I want to insert dynamic image instead of using of R.drawable.id, because my images is coming from server so can't get id. suggest me what should I do, I am using your code as a reference.

joyoyao commented 6 years ago

it does not support,You need to download the picture,and change BitmapFactoryUtils.decodeResource to BitmapFactoryUtils.decodeFile in StickerView