SQLite and populating list view, android

前端 未结 2 1879
渐次进展
渐次进展 2021-01-21 10:44

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

2条回答
  •  礼貌的吻别
    2021-01-21 11:22

    I believe you want your "list layout" LinearLayout to be a ListView with the attribute: android:id="@+android:id/list"

    
    
    

提交回复
热议问题