慕白白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);
}
贴代码
Android记账本
18814 学习 · 60 问题
相似问题