Emoji (Emoticons) on Blackberry and Android App. How to support?

后端 未结 3 628
误落风尘
误落风尘 2021-02-02 02:51

I wonder how whatsapp gives support for that. I could use emojis on iPhone because it is natively supported. I\'m not developing for bb neither android but I need to help a code

3条回答
  •  攒了一身酷
    2021-02-02 03:07

    On Android you can make a BitMap font with the tutorial i found here. Then you can embed all your Emoji into that font.

    For making this on the BlackBerry you can use the FontFamily class.
    Here is a tutorial that explains how this works.

    Have fun! :-)

提交回复
热议问题