I am working on a whatsapp sticker pack application. I am able to add static stickers from assets to whatsapp stickers following the demo
I need to use local image (from camera or gallery) as sticker and add it to whatsapp stickers.
Any idea about it, how can i use local images for this? Thanks
After trying a lot of ways, finally i solved this problem. The approach is to save a json file on device containing the list of StickerPacks. You can follow the this demo.