I have a butoon, on clicking of this button i want to open multiple buttons on a single AlertDialog like this :
Give Me a help :
I was using this.... to add multiple buttons
alertDialog.setButton(delete, "Delete", new OnClickListener() {
public void onClick(View v) {
// TODO Auto-generated method stub
}
});
but I found..., change setButton() to setButton2().. something like..... wt xcan i do for this....
setVIew()
it. Now add buttons as many as you want. – Ten