How to Add Smiley/Emojis in Edittext?
Any Source code is Available on Internet, if yes Please Give me Link.
Thanks in Advance.
|
How to Add Smiley/Emojis in Edittext? Any Source code is Available on Internet, if yes Please Give me Link. Thanks in Advance. |
||||
|
|
|
I am using below code for add Smiley/Emojis in edittext.
|
|||||||||||
|
|
Android may not support some special characters, but here is the tutorial anyways: On a PC, I believe either Alt + 1 or Alt + 2 makes a smiley face. This website provides an excellent tutorial for how to do alt codes, along with what alt code combination does what. For a Mac, you can hold "Option + Command + T" down to open a list of special characters. From there, open the category "Miscellaneous." Your smiley is in there. Is this what you are looking for? If not, just let me know :). When all else fails, you could just use an image of a smiley-face. EDIT: I'm using a Mac. I opened TextEdit, followed my above tutorial for the Mac, generated a smiley face, cut the smiley face, and pasted it into the Java code. It worked for me. If it's not working for you, try copying this:
EDIT 2: I thought Martin was looking for just a smiley, not a window of Emoji's. Currently, there is no source code to open this window - only a separate app that does this, which can be found at this link or this link. |
|||||||||||
|
|
I think android doesn't support all smiley(picture) same as anyother device or Gmail, Yahoo..etc in EditText but android almost support all special characters you can see all special characters in link which given by Mike Gates... |
||||
|
|
|
If you ask for the keyboard with smiley like the gmailchat or something else You must to change the inputType of the EditText android:inputType="" Exaxtly i dont remember how type is but you can test some types. |
|||
|
|