Hi guys! Is there a way on Android to convert to a...
# android
u
Hi guys! Is there a way on Android to convert to an emoji the following code convention: "something"? Couldn't find the answer.
p
You can create a map of "something" and "👀" yourself. Or use this lib https://github.com/joypixels/emojione/blob/master/lib/android/README.md
u
@pavi2410, thanks.