一输入就闪退

来源:-

慕白白zzZ

2018-05-22 20:51

是这里的原因吗

if(cursor !=null){
    while(cursor.moveToNext()){
        CostBean costBean = new CostBean();
        costBean.costTitle = cursor.getString(cursor.getColumnIndex("cost_title"));
        costBean.costDate = cursor.getString(cursor.getColumnIndex("cost_date"));
        costBean.costMoney = cursor.getString(cursor.getColumnIndex("cost_money"));
        mCostBeanList.add(costBean);
    }



写回答 关注

1回答

  • qq_s緣蒶_03614954
    2018-07-25 12:04:53

    贴代码

Android记账本

本课程是一个案例课程,主要讲解第三方库图标和数据库的结合使用

18787 学习 · 58 问题

查看课程

相似问题