android - How to set emoji by unicode in a textview? - OStack.cn

文章推薦指數: 80 %
投票人數:10人

??? unicode = U+1F60A String emoji = getEmojiByUnicode(unicode) String text = "So happy " textview.setText(text + emoji);. to get this in my ... WelcometoOStackKnowledgeSharingCommunityforprogrammeranddeveloper-Open,LearningandShare Login Remember LoginusingGitHub Register AllActivity Q&A Hot! Unanswered Tags Categories Users AskaQuestion Tools AskaQuestion Categories Allcategories Topic[话题](3) Life[生活](4) Technique[技术](86.6k) Idea[创意](2) Jobs[工作](0) Others[杂七杂八](9) android-Howtosetemojibyunicodeinatextview? 0votes 8views asked Oct17 by 深蓝 (31.9mpoints) android-Howtosetemojibyunicodeinatextview? HiI'dliketodothefollowing: ???unicode=U+1F60A Stringemoji=getEmojiByUnicode(unicode) Stringtext="Sohappy" textview.setText(text+emoji); togetthisinmytextview: Sohappy?? HowcanIimplementgetEmojiByUnicode(unicode)? Whattypeshouldtheunicodevariablebe?(String,char,int?) PleasenotethatIdoNOTwanttouseDrawables! Question&Answers:os与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视… android Pleaseloginorregistertoaddacomment. Pleaseloginorregistertoanswerthisquestion. 1Answer 0votes answered Oct17 by 深蓝 (31.9mpoints) Foundasolution: InmyunicodeIreplaced'U+'by'0x' Example:replace'U+1F60A'by'0x1F60A' ThiswayIgotan'int'like intunicode=0x1F60A; Whichcanbeusedwith publicStringgetEmojiByUnicode(intunicode){ returnnewString(Character.toChars(unicode)); } SoTextviewdisplays??withoutDrawable Tryitwithhttp://apps.timwhitlock.info/emoji/tables/unicode 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视… Pleaseloginorregistertoaddacomment. Relatedquestions 0votes 11views 1answer java-Displayemoji/emotioniconinAndroidTextView     IhavesomeproblemwithdisplayingemojiiconinAndroidTextViewFirst,Ifoundalistofemojiiconin...somebodyhelpmeplease,thanks!SeeQuestion&Answersmoredetail:os... asked Oct17 by 深蓝 (31.9mpoints) java 0votes 5views 1answer string-PythonunicodecharacterconversionforEmoji     I'mhavingsomeissueswithformattingabyteorderedmarktounicode.Thereissomeoddnesscominginwithhowmy....I'musingPython2.7SeeQuestion&Answersmoredetail:os... asked Oct24 by 深蓝 (31.9mpoints) string 0votes 13views 1answer unicode-phpimagettftextandspecificemoji     I'verunintoaproblemdrawingemojithatareunderthe'MiscellaneousSymbolsAndPictographs'unicodeblock...charactersrenderedasUTF8:SeeQuestion&Answersmoredetail:os... asked Oct24 by 深蓝 (31.9mpoints) unicode 0votes 10views 1answer ios-Truncatestringcontainingemojiorunicodecharactersatwordorcharacterboundaries     HowcanItruncateastringatagivenlengthwithoutannihilatingaunicodecharacterthatmightbesmackinthe...)];returnstatusString;}SeeQuestion&Answersmoredetail:os... asked Oct23 by 深蓝 (31.9mpoints) ios 0votes 15views 1answer regex-ReplacingEmojiUnicodeRangefromArabicTweetsusingJava     IamtryingtoreplaceemojifromArabictweetsusingjava.Iusedthiscode:Stringline="??????...duplicateforthisquestion.AnyIdeas?SeeQuestion&Answersmoredetail:os... asked Oct23 by 深蓝 (31.9mpoints) regex 0votes 13views 1answer regex-replaceemojiunicodesymbolusingregexpinjavascript     Asyouallknowemojisymbolsarecodedupto3or4bytes,soitmayoccupy2symbolsinmystring.For...'uD83DuDE01|uD83DuDE4F|...','g');SeeQuestion&Answersmoredetail:os... asked Oct23 by 深蓝 (31.9mpoints) regex 0votes 12views 1answer regex-replaceemojiunicodesymbolusingregexpinjavascript     Asyouallknowemojisymbolsarecodedupto3or4bytes,soitmayoccupy2symbolsinmystring.For...'uD83DuDE01|uD83DuDE4F|...','g');SeeQuestion&Answersmoredetail:os... asked Oct23 by 深蓝 (31.9mpoints) regex 0votes 17views 1answer regex-replaceemojiunicodesymbolusingregexpinjavascript     Asyouallknowemojisymbolsarecodedupto3or4bytes,soitmayoccupy2symbolsinmystring.For...'uD83DuDE01|uD83DuDE4F|...','g');SeeQuestion&Answersmoredetail:os... asked Oct23 by 深蓝 (31.9mpoints) regex 0votes 10views 1answer regex-replaceemojiunicodesymbolusingregexpinjavascript     Asyouallknowemojisymbolsarecodedupto3or4bytes,soitmayoccupy2symbolsinmystring.For...'uD83DuDE01|uD83DuDE4F|...','g');SeeQuestion&Answersmoredetail:os... asked Oct23 by 深蓝 (31.9mpoints) regex 0votes 11views 1answer java-Createstringwithemojiunicodeflagcountries     ineedtocreateaStringwithacountryflagunicodeemoji..Ididthis:StringBuffersb=new...Stringwiththeunicodescharacters?SeeQuestion&Answersmoredetail:os... asked Oct23 by 深蓝 (31.9mpoints) java LoginusingGitHub WelcometoOStackKnowledgeSharingCommunityforprogrammeranddeveloper-Open,LearningandShare Relatedquestions java-Displayemoji/emotioniconinAndroidTextView string-PythonunicodecharacterconversionforEmoji unicode-phpimagettftextandspecificemoji ios-Truncatestringcontainingemojiorunicodecharactersatwordorcharacterboundaries regex-ReplacingEmojiUnicodeRangefromArabicTweetsusingJava regex-replaceemojiunicodesymbolusingregexpinjavascript regex-replaceemojiunicodesymbolusingregexpinjavascript regex-replaceemojiunicodesymbolusingregexpinjavascript regex-replaceemojiunicodesymbolusingregexpinjavascript java-Createstringwithemojiunicodeflagcountries JustBrowsingBrowsing [1] machinelearning-howtofindParticleswarmoptimization(PSO)fitnessfunctioninRprogramming? [2] js判断一个数组是否存在空的元素 [3] HowcanIsavequeryresultsintoanewcolumnandsaveitinthetablewithSQLOracleLive? [4] KeyboardshortcuttoswitchbetweensplitterminaltabinPyCharm? [5] androidso加载报错求原因 [6] javascript-Can'tupdatestatearrayusinghooksonfindIndexcondition [7] mysql-HowtofillaSQLcolumnwithdata(calculated)fromanothertable [8] python3.x-LabVIEW:Howtoimplementbilateralfilteroveraimage [9] 服务器如何获取iphone跟Android的设备号? [10] 视频在手机上可以看,在pc网页上只有声音,画面不动 861kquestions 1.0manswers 5comments 56.0kusers Mostpopulartags javascript python java c# How android c++ php ios html sql r c node.js .net iphone asp.net css reactjs jquery ruby What Android objective mysql linux Is git Python windows Why regex angular swift amazon excel google algorithm macos how Java visual bash Can typescript multithreading PHP Using scala angularjs apache spring performance postgresql database flutter json rust arrays C# vba dart django wpf xml vue.js In go Get jQuery xcode jsf http Google mongodb string shell oop powershell SQL C++ security assembly docker Javascript Android: Does haskell web Convert azure debugging delphi vb.net Spring datetime pandas oracle math FriendLink: Ostack程序员社区 WuJiGuDevelopperCommunity 16892Question&Answer ViggesQuestion&Answer 55276网址导航 MLinkProgrammerZone XLink互联空间 ZaiZheLeProgrammerCommunity ZaiZheLeDevelopperZone ZaiNaLeDevelopperZone JiKeDevOps SQLiteDBQuestion&Answer Qi-uQuestion&Answer JonicProgrammerCommunity TouSuDevelopperZone OGeekProgrammerCommunity XStackProgrammerCommunity ShenZhenJiaCommunity 深圳家 深圳家 极客中国 CCBY-SA3.0 PoweredbyQuestion2Answer Donate ThemebyQ2AMarket&&OStack.cn ...



請為這篇文章評分?