我的运行不起来呀
添加了类型转换之后:
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