Skip to content

Instantly share code, notes, and snippets.

@antew
Last active December 12, 2015 02:58
Show Gist options
  • Save antew/4703254 to your computer and use it in GitHub Desktop.
Save antew/4703254 to your computer and use it in GitHub Desktop.
Alert Dialogs - Part 1 - Communicating with the Activity #2
public class LogoutDialogFragment extends DialogFragment implements
OnClickListener {
// Used to communicate the result back to the Activity
private LogoutDialogListener listener;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment