1
I have several buttons that when clicking , emits a sound , I want to make the click and hold the button appear the sharing options , for facebook Whatsapp etc how do I do it ? , follows my button code
ImageButton sehloiro = (ImageButton) findViewById(R.id.sehloiro);
sehloiro.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
MediaPlayer mp = MediaPlayer.create(MainActivity.this,
R.raw.sehloiromp3);
mp.start();
}
});
https://developer.android.com/reference/android/view/View.OnLongClickListener.html
– itscorey
related http://answall.com/questions/14761/click-e-segurr-o-button-listview
– Daniel Gentil
It worked out thanks! Ack
– Paiva
@Paiva abs Brow! Precise, tmj.
– viana