I am working on a chat application, in my chat screen I have smiley image on click of which I want to access keyboards default smileys. Is there any way to achieve this?
Asked
Active
Viewed 937 times
0
-
http://stackoverflow.com/questions/16768930/implementations-of-emoji-emoticon-view-keyboard-layouts – Nouman Ghaffar Dec 03 '15 at 05:53
-
1can you provide more precise solution... i don't want to use any library, is there any way to access above smiley popup? – iamdeowanshi Dec 03 '15 at 06:32
-
for this you have to create a custom grid view..And have to use hashmap to replace text with the image , plus you have to write a code to show your image in textview. – Nouman Ghaffar Dec 03 '15 at 06:39
-
use this lib to reduce your work https://github.com/ankushsachdeva/emojicon If you want to do it your self..I just told how to do it.. – Nouman Ghaffar Dec 03 '15 at 06:42
-
there was no complie gradle code for this library – iamdeowanshi Dec 03 '15 at 06:45
-
download and import it as a library project – Nouman Ghaffar Dec 03 '15 at 06:47