Can i create a dialog box without negative or positive buttons. That destroys it self after specific action?
AlertDialog.Builder dialog_detect= new AlertDialog.
You can try Custom Dialog design u r on Dialog and use it as u wish to use them
final Dialog dialog= new Dialog(context); dialog.setContentView(R.layout.pre_confirmation_dailog); dialog.setTitle("Details..."); dialog.show();