How to findViewById() an @android:id/list element in an Android activity?

Viewed 8353

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.

2 Answers
Related