I am populating a text and list view from a SQLite database. The data is populating from the cursor correctly (I see the list filling with text rows), but I\'m not able to see t
With ListActivity, the id should be
android:id="@android:id/list"
without the '+', shouldn't it?
... in response to Jason's response.