안녕하세요, 다음을 수행하고 싶습니다.
??? unicode = U+1F60A
String emoji = getEmojiByUnicode(unicode)
String text = "So happy "
textview.setText(text + emoji);
내 textview에서 이것을 얻으려면 :
너무 행복 해요 😊
어떻게 구현할 수 getEmojiByUnicode(unicode)
있습니까?
unicode
변수 는 어떤 유형이어야 합니까? (문자열, 문자, 정수?)
드로어 블을 사용하고 싶지 않습니다!