我的運行不起來呀
添加了類型轉換之后:
listView.setAdapter((ListAdapter)?new?MyAdapter(MainActivity.this,itemBeanList));
跑起來報錯:java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.zg.myapp9baseadapter/com.example.zg.myapp9baseadapter.MainActivity}: java.lang.ClassCastException: com.example.zg.myapp9baseadapter.MyAdapter cannot be cast to android.widget.ListAdapter
2019-02-22
從報錯信息來看。感覺你的適配器沒有繼承BaseAdapter?
2019-01-18
你得把適配器中的代碼貼出來,不然不好找問題