Hello,
This question is about genlists for native C wearable apps.
I’m trying to show emojis (encoded in a string) in a genlist.
For instance, I have a string looking something like this: "Hello Tizen World ".
I give this string to item_class->func.text_get .
However, this isn’t shown as an emoji but rather as the actual binary data.
After reading the Tizen Docs ( Genlist | Tizen Docs ) and trying to figure it out myself, I wonder if this is even possible.
Did anyone try something similar?