listView中为什么使用setlistAdapter
这个类extends 了ListActivity ,而setListAdapter() 是ListActivity中的函数啊~~查ListActivity文档:public void setListAdapter (ListAdapter adapter)Since: API Level 1Provide the cursor for the list view....
·
这个类extends 了ListActivity ,而setListAdapter() 是ListActivity中的函数啊~~
查ListActivity文档:
public void setListAdapter (ListAdapter adapter)
Since: API Level 1
Provide the cursor for the list view.
查ListActivity文档:
public void setListAdapter (ListAdapter adapter)
Since: API Level 1
Provide the cursor for the list view.
更多推荐
所有评论(0)