Android Question Emoji by default on KK

coslad

Well-Known Member
Licensed User
Longtime User
Hi

I realized that i can write and read with a edittext view the emoticons , it is great , but it works only if the app where the edittext is inside runs on a Kitkat Device.
Is there a way to save the the text with the emoji in a file and read back on device with an os below 4.4 ?
 

coslad

Well-Known Member
Licensed User
Longtime User
In attach the screen on android 4.4 and one on android 2.3.6 .
The log is :

����prova

The text is saved into a text file and read back , with winhex the file is :

😱prova
F0 9F 98 B1 70 72 6F 76 61
 

Attachments

  • SC20141002-141625.png
    SC20141002-141625.png
    28.1 KB · Views: 140
  • 2e.png
    2e.png
    106.4 KB · Views: 171
Upvote 0

coslad

Well-Known Member
Licensed User
Longtime User
I found the solution using labelextra library , it works fine , now is there a place to download the free kitkat emoji image ?
 
Upvote 0
Top