Hi all,
I found that the string builder can actually append emoji character,
For example,
May I know is there any icon picker for emoji in b4i?
Thank you.
I found that the string builder can actually append emoji character,
For example,
B4X:
Dim cs As CSBuilder
cs.Initialize.Color(Colors.Black).Append("Good Day")
cs.Append(Chr(0xE345)).PopAll
lbl.AttributedText = cs
May I know is there any icon picker for emoji in b4i?
Thank you.