I am testing the Navigation Drawer sample project in android and i have a problem setting the text in navigation view profile header.
This is my code:
MainAc
this solved the problem for me
View headerView = navigationView.inflateHeaderView(R.layout.header_view); txt_fullname = (TextView) headerView.findViewById(R.id.txt_fullname); txt_email = (TextView) headerView.findViewById(R.id.txt_email);