Emoji Keyboard support for EditField in android

后端 未结 5 1575
故里飘歌
故里飘歌 2021-02-09 17:21

My application uses Android 4.0 on Samsung Galaxy S3.

I want to integrate Emoji character support in EditText field in Android application. Can anyone suggest me, how c

5条回答
  •  心在旅途
    2021-02-09 18:01

    You have to use "EmojiconEditText" From the Library. It will display Eemojies.

    Use any one of these.

    EmojiconTextView: a TextView which can render emojis.
    EmojiconEditText: a EditText which can render emojis.
    EmojiconGridFragment: a fragment contains emojis in a GridView for the user to choose.
    EmojiconsFragment: a fragment contains many set of emojis for the user to choose.
    

提交回复
热议问题