How do I reference a listview from an xml file using Navigation Drawer? Android Studio

0

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?

    
asked by AndersonAcuña 26.05.2018 в 02:41
source

0 answers