I am new to the development on android and I am trying to make a small application and I run into the following problem, I hope you can help me:
I am working on a Drawer Menu so in my events nav_XXXX I do some PHP queries
For example if I click on nav_IniciarRuta command to execute a query that sends me some data from the server. When I receive them I convert them into a list and put them in the variable datList, then I adapt the ListView that I have the xml.
Each nav, gives me different information, but in the end it ends up in the ListView.
Now, my problem is that I can not access the setOnItemClickListener () function from my list from anywhere because my variable is inaccessible. OK, I can not use my list.
Any suggestions?