BlackBerry - How can i show a Label with emoticons?
I need to show a Label with emoticons included alrea开发者_如何学JAVAdy in the blackbery interface, with flags, etc.
There is no such built-in functionality.
With net available you can use BrowserField or WebBitmapField.
Otherwise you can use local resources + BitmapField. I wouldn't advice to use LabelField with custom drawing, just add simple LabelField before or after BitmapField with emoicon.
UPDATE: See alternative answer at Blackberry: Emoticons in Chat Application
精彩评论