Closed ashutoshgohil closed 5 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.
it does not support,You need to download the picture,and change BitmapFactoryUtils.decodeResource to BitmapFactoryUtils.decodeFile in StickerView
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.