3

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

Simon
  • 202
  • 2
  • 5
Vikash Bijarniya
  • 404
  • 4
  • 10
  • Are you saying you want to change or add stickers in an existing app (sticke pack) which is already installed on a phone and is already plugged-into WhatsApp?!! – Martin Zaske Feb 06 '19 at 14:12

1 Answers1

1

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.

Vikash Bijarniya
  • 404
  • 4
  • 10
  • This is not really an answer and you are not linking to anything showing how or where and when to create or manipulate a json file. How are you related to the team of that app you are linking to please? – Martin Zaske Feb 06 '19 at 14:15
  • Did you find more tricks ? Like usually you cannot have more than one pack having same name but I saw an app have this. It seems he is creating new folder for each pack under one root folder. – CrackerKSR Jun 12 '22 at 05:30