表情符号键盘支持Android中的EditField

Hit*_*hGs 6 unicode android android-softkeyboard emoji

我的应用程序在三星Galaxy S3上使用Android 4.0.

我想在Android应用程序的EditText字段中集成表情符号字符支持.任何人都可以建议我,我怎样才能实现它?

例如,在whatsapp和微信应用程序中,TextField支持表情符号键盘字符,但在我的应用程序中,它显示?我使用表情符号键盘输入的每个字符.

截图解释了我的需求

text_message = (EditText) findViewById(R.id.editText1);
    text_view = (textView) findViewById(R.id.textView1);
    btntest = (Button) findViewById(R.id.button1);
    btntest.setOnClickListener(new OnClickListener()
    {
        public void onClick(View v)
        {

            text_swype.setText(text_message.getText().toString());
        }
    });
Run Code Online (Sandbox Code Playgroud)

我也尝试https://github.com/IPL/iOSStyleEditText

表情符号来自http://klncity1.wordpress.com/tag/emoji/

但不行

Hie*_*ker 2

您可以使用EmojiconTextViewEmojiconEditText来自此库:https ://github.com/rockerhieu/emojicon