java - How to attach the Emojis library with smiley small icon button on Custom Keyboard Android -


i new in android programming , trying develop custom keyboard of google search , tutorials stuck in small emoji icon button. want create workable button when user press small icon button show emojis in keyboard, have import emoji library , working great in edit text dont know how attach smiley button icon. enter image description here

i have read on stackoverflow on articles in achieved using framelayout in keyboard view didnt tell how this. kindly guide me how achieve this. when user press smiley button emojis appears on keyboard layout. if code required guidance share.

here custom library emoji keyboard https://github.com/hani-momanii/supernova-emoji

to use default colors : emojiconactions(context ctx,view rootview,emojiconedittext emojiconedittext,imageview emojibutton)
note : use default colors : emojiconactions(context ctx,view rootview,emojiconedittext emojiconedittext,imageview emojibutton)


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -