Android module to add a stickerview in your app. A sticker view consists of a image to which you can add sticker's from a container to the image.
StickerLayout stickerLayout = new StickerLayout(this);
stickerLayout.setMainImage(bitmap);
stickerLayout.setStickers(stickers)
stickerLayout.show();