In my NavigationView I have a header layout with id \'viewId\' with active buttons. To setup those buttons, I do the following in activity\'s onPostCreate:
onPostCreate
NavigationView navigationView = findViewById(R.id.your_nav_view); View header = navigationView.getHeaderView(0); TextView textUsername = header.findViewById(R.id.textView); textUsername.setText("you text here ");