Hello community, I want to reference the ListView to which I added the id: lvPatosProfile that I have added in an xml file that the Drawer navigation creates me by default. But when going to the Perfil.java class, the id does not appear when doing datosPerfil = (ListView) findViewById(R.id.lvDatosPerfil);
What I can do?