Skip to content

Instantly share code, notes, and snippets.

@antew
Last active December 12, 2015 02:58
Show Gist options
  • Save antew/4703235 to your computer and use it in GitHub Desktop.
Save antew/4703235 to your computer and use it in GitHub Desktop.
Alert Dialogs - Part 1 - Communicating with the Activity
/**
* Interface for Activities to implement to receive the result
*/
public interface LogoutDialogListener {
public void performLogout();
public void cancelLogout();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment