s
s
you may store the emoticons from edit text as StringEscapeUtils.escapeJava(edittext.getText().toString()); to get it in unicode format. and decode it back to emoticon u can use textview.setText(StringEscapeUtils.unescapeJava());
You can save the emoticons into Sqlite db by saving the emoticon's emoji i.e use StringEscapeUtils.escapeJava(EmojiconEditText.getText().toString()); to get the uniocode of the emoji and save it to Sqlite. To retrieve...
StringEscapeUtils.escapeJava(edittext.getText().toString()); to get it in unicode format.
facing the same issue ...plz help
need this feature of selecting from the library