tags:

views:

12

answers:

1

I'm trying to get the ListView by using the findViewById function, yet I'm unsure what I am trying to find or what to put. R.id.list does not work.

Thanks!

+1  A: 

In your activity, try getListView(), you'll have access to your ListView

fedj