我做了一个listView,现在有一个简单的方法来添加听众吗?例如,做这样的事情
List.add("a") list.addheader("Number") list.add("1") . . Widget_List_Adapter adapter = new Widget_List_Adapter(this, list); . . . setListAdapter(adapter);
android listview
android ×1
listview ×1