I am trying to get the ListView
by using the findViewById
function, yet I am unsure what I am trying to find or what to use as an argument: R.id.list
does not work.
You can call:
ListView mListView = (ListView) findViewById(android.R.id.list);
In your activity, try getListView(), you'll have access to your ListView
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With