带有弹出表情符号的自定义键盘

Custom keyboard with popup emoji

我想添加 google 键盘等弹出式表情符号。我的问题是如何使半屏 activity 显示弹出屏幕以及如何在我的 class 中使用它,它从 InputMethodService 扩展实现 KeyboardView.OnKeyboardActionListener.

我使用了 github 中的 emojicon 库。

如果我想使用this github项目如何下载相应的jar文件?

您可以添加 https://github.com/ankushsachdeva/emojicon/tree/master/lib as an Android module to your application and can use it in the same way as shown in sample app https://github.com/ankushsachdeva/emojicon/tree/master/example 而不是 jar 它允许您跟踪库项目代码。以后,如果你想对图书馆项目做一些改变,你可以很容易地做到。

如果需要,您可以从库项目中自行生成 jar 文件。 请检查: How to make a .jar out from an Android Studio project