public MyAlertDialogFragment(int title) { Bundle args = new Bundle(); args.putInt("title",title); setArguments(args); }