listview 中button,当点击button时跟新数据库数据,是在自定义的sampleadapter中实现button的点击事件,如何在点击后实时更新在listview上?
notifyDataSetChanged
试试这个。