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
I believe you want your "list layout" LinearLayout to be a ListView with the attribute: android:id="@+android:id/list"