Show emoticons with independent keyboard button

Asked

Viewed 230 times

4

I am developing an application in which I created a button that I would like you to do the same function of showing the emoticons keyboard. This image:

inserir a descrição da imagem aqui

 btnMostrarEmoticons.setOnClickListener(new View.OnClickListener() {
        @Override
        public void onClick(View v) {
            //mostra emoticons
        }
    });

Is there any method that shows emoticons with independent keyboard button?

1 answer

2

Me looks like that nay.

But you can try a library of emojis that resembles much the emoji input from the keyboard to achieve that goal.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.