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:
btnMostrarEmoticons.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
//mostra emoticons
}
});
Is there any method that shows emoticons with independent keyboard button?