I don't know how to reveals some text including emoji character with TextView. Please suggest me how to convert the emoji character to image.
Thanks in advance
您可以尝试使用正则表达式:“[\ue415\ue056\ue057]”。也访问以下链接。
https://github.com/ohmrefresh/Emoji-TextView
https://github.com/sharakova/EmojiTextView
http://androidcodeexamples.blogspot.in/2011/08/how-to-add-smileyemojis-in-edittext.html
希望这可以帮助你。
如果您想将一些小的表情符号与您的文本使用ImageSpan
和SpannableStringBuilder
类一起成像。