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
View headerView=navigationView.getChildAt(0); TextView tvName=(TextView)hView.findViewById(R.id.name); TextView tvEmail=(TextView)hView.findViewById(R.id.email); tvName.setText(data); tvEmail.setText(data);