Skip to content

Instantly share code, notes, and snippets.

@tomorrowkey
Created January 30, 2012 11:32
Show Gist options
  • Save tomorrowkey/1703953 to your computer and use it in GitHub Desktop.
Save tomorrowkey/1703953 to your computer and use it in GitHub Desktop.
FragmentManager fm = getSupportFragmentManager();
FragmentTransaction ft = fm.beginTransaction();
ft.add(new ConfirmDialogFragment(), "confirmdialog");
ft.commit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment