android change the text of textview in navigation menu bar

https:‮al.www//‬utturi.com
android change the text of textview in navigation menu bar
NavigationView navigationView = (NavigationView) findViewById(R.id.nav_view);
View headerView = navigationView.getHeaderView(0);
TextView navUsername = (TextView) headerView.findViewById(R.id.navUsername);
navUsername.setText("Your Text Here");
Created Time:2017-09-09 22:49:36  Author:lautturi