Hi Sir,
I'm referring your emoji library from github. But I am not receiving some emoji from database server which used Emojicon.fromCodePoint(0x1f604) method. But emoji with Emojicon.fromChar((char) 0x263a) method works fine.
Please help me Sir. What changes should I do to get those emoji.
when I rename emoji file name with working emoji file name (.png file name) then that emoji work fine..
Hi Sir, I'm referring your emoji library from github. But I am not receiving some emoji from database server which used Emojicon.fromCodePoint(0x1f604) method. But emoji with Emojicon.fromChar((char) 0x263a) method works fine. Please help me Sir. What changes should I do to get those emoji.
when I rename emoji file name with working emoji file name (.png file name) then that emoji work fine..
those starting with 0x1f__ are not working..
(not working) 4 byte 07-09 15:14:08.365: I/PARAMS(6801): username=xyz&password=xyz&to=abc&message=%F0%9F%98%8A&action=sendMessage&
(working) 3 byte 07-09 15:13:58.878: I/PARAMS(6801): username=xyz&password=xyz&to=abc&message=%E2%98%BA&action=sendMessage&
plz sir