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.
I am trying to get the ListView by using the findViewById function, yet I
Share
In your activity, try getListView(), you’ll have access to your ListView