rockerhieu / emojicon

A library to show emoji in TextView, EditText (like WhatsApp) for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any way can we check entered charector is emoji or not?

BseAdmin opened this issue · comments

Hi, any option to check the entered charector is emoji or not, because I want to count how many emojis i entered in the EditText with the Normal text.

You can just count the number of EmojiconSpan in EditText#getText()