怎么判断listview中的数据有没有增加,如果增加就发送提示信息?listview有没有类似changed的事件?
没有,你需要包装一个INotifyPropertyChanged 接口
在适配器adapter里有getCount()可以自己做一个监听器来监听这个事件。