Add emoji to Android keyboard

余生颓废 提交于 2019-12-04 17:06:57

If you are using android studio this would help (in build.gradle file):

dependencies {

   compile 'com.rockerhieu.emojicon:library:1.0'
}

I have written custom keyboard recently. I used combination of this lib -

https://github.com/rockerhieu/emojicon (IOS-styled emoji)

and file i have uploaded here - http://www.ex.ua/116630385444

You have to parse file nad get all the codes. To properly visualize emoji use views from lib I mentioned above

The benefits would be that on all androids users would see emoji, unlike built-in ones (on some 4.2 and 4.4 androids there are only 3 (!) built-in emoji)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!