嗨,我想做以下事情:
??? unicode = U+1F60A
String emoji = getEmojiByUnicode(unicode)
String text = "So happy "
textview.setText(text + emoji);
在我的textview中得到这个:
很高兴happy
我该如何实施getEmojiByUnicode(unicode)?
unicode变量应为哪种类型?(字符串,字符,整数?)
请注意,我不想使用Drawables!
翻阅古今
相关分类