Stay organized with collections
Save and categorize content based on your preferences.
NavigationView.OnNavigationItemSelectedListener
public
static
interface
NavigationView.OnNavigationItemSelectedListener
com.google.android.material.navigation.NavigationView.OnNavigationItemSelectedListener
|
Listener for handling events on navigation items.
Summary
Public methods |
abstract
boolean
|
onNavigationItemSelected(MenuItem item)
Called when an item in the navigation menu is selected.
|
Public methods
onNavigationItemSelected
public abstract boolean onNavigationItemSelected (MenuItem item)
Called when an item in the navigation menu is selected.
Parameters |
item |
MenuItem : The selected item |
Returns |
boolean |
true to display the item as the selected item
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# NavigationView.OnNavigationItemSelectedListener\n===============================================\n\n\n`\npublic\nstatic\n\n\ninterface\nNavigationView.OnNavigationItemSelectedListener\n`\n\n\n`\n\n\n`\n\n|----------------------------------------------------------------------------------------|\n| com.google.android.material.navigation.NavigationView.OnNavigationItemSelectedListener |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nListener for handling events on navigation items.\n\nSummary\n-------\n\n| ### Public methods ||\n|---------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` abstract boolean` | ` `[onNavigationItemSelected](/reference/com/google/android/material/navigation/NavigationView.OnNavigationItemSelectedListener#onNavigationItemSelected(android.view.MenuItem))`(MenuItem item) ` Called when an item in the navigation menu is selected. |\n\nPublic methods\n--------------\n\n### onNavigationItemSelected\n\n```\npublic abstract boolean onNavigationItemSelected (MenuItem item)\n```\n\nCalled when an item in the navigation menu is selected.\n\n\u003cbr /\u003e\n\n| Parameters ||\n|--------|--------------------------------------|\n| `item` | `MenuItem`: The selected item \u003cbr /\u003e |\n\n| Returns ||\n|-----------|------------------------------------------------------|\n| `boolean` | true to display the item as the selected item \u003cbr /\u003e |"]]