Skip to content

Instantly share code, notes, and snippets.

@jezinka
Created April 19, 2017 12:46
Show Gist options
  • Select an option

  • Save jezinka/d4f07b4a3a4f4c0a6fb07edcf3aa91c2 to your computer and use it in GitHub Desktop.

Select an option

Save jezinka/d4f07b4a3a4f4c0a6fb07edcf3aa91c2 to your computer and use it in GitHub Desktop.
@Override
public boolean onOptionsItemSelected(MenuItem item) {
switch (item.getItemId()) {
/*
...
*/
case R.id.application_info_item:
showInfoDialog();
return true;
default:
return super.onOptionsItemSelected(item);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment