0
点赞
收藏
分享

微信扫一扫

SimpleAdapter

8052cf60ff5c 2022-08-01 阅读 87


list = buildListForSimpleAdapter();

SimpleAdapter notes = new SimpleAdapter(this, list, R.layout.item_row,

new String[] { "name", "desc", "img" }, new int[] { R.id.name,

R.id.desc, R.id.img });


举报

相关推荐

0 条评论