Show emoticons with keyboard-independent button

2

I'm developing an application in which I created a button that I would like to do the same function as showing the emoticons on the keyboard. This image:

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

Is there any method that shows the button-independent emoticons?

    
asked by anonymous 21.10.2016 / 05:01

1 answer

0

Me looks what no .

But you can try a library of emojis that closely resembles keyboard emoji entry to achieve this goal.     

21.10.2016 / 12:51