摘要: http://stackoverflow.com/questions/27735646/android-studio-gradle-dsl-method-not-found-android-error17-0 阅读全文
posted @ 2015-08-25 13:54 疯狂的潜水员 阅读(194) 评论(0) 推荐(0)
摘要: 使用Listview的时候: 当要动态显示更改后的数据(例如数据库改动), 很多人应该都用过notifyDataSetChanged();这个方法来刷新Listview,显示改后的数据.这时候就要注意了: ...... private ArrayList> usersList; ...... use... 阅读全文
posted @ 2015-08-25 11:18 疯狂的潜水员 阅读(348) 评论(0) 推荐(0)