在Fragment中怎么添加ListView?每次给ListView绑定界面数据时都会出错~
view = inflater.inflate(R.layout.fragment, null);
listView = (ListView) view.findViewById(R.id.ListView);
用view添加,
嗯~谢谢、