Android开发中常见错误——数据存储 1、使用场景:adapter = new SimpleCursorAdapter(this,R.layout.item_list,cursor ,new String[]{"id","name","age"}, new int[]{R.id.tv_id,R.id.tv_name,R.id.tv_age} Android开发中常见的错误 2024-10-19 171 点赞 2 评论 259 浏览