Android:自动在ListView中维护数据库更新

时间:2013-11-21 07:59:29

标签: android android-listview android-sqlite android-cursoradapter android-cursor

我正在使用数据库中的数据填充ListView。要绑定数据我使用CursorAdapter我的列表视图看起来像这样

enter image description here

我的数据库将每隔五秒钟通过web service更新一次,所以当db更新时,我需要在列表视图中反映更改。如您所见,ListView行中的前两项直接与db中的列绑定,它将自动更新。但其他项目是在用户端计算的。那么其他项目如何更新?

1 个答案:

答案 0 :(得分:0)

您是否尝试过调用Adapter_Object.notifyDataSetChanged()?