When I type just 1 emoji character into an edittext, the length of the text is 2 as reported by editext1.text.length. So if I type '123###' (where # represent an emoji I type at the keyboard), the length of the text is 9.
I understand emoji need more space but I would like to know there are only 6 characters in the edttext and not 9.
Any suggestion?
I understand emoji need more space but I would like to know there are only 6 characters in the edttext and not 9.
Any suggestion?
Last edited: