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?