更新CursorAdapter时UI线程减慢

时间:2012-09-26 11:02:49

标签: android android-listview android-ui android-cursoradapter

我的应用程序中使用自定义ContentProvider自定义CursorAdapter。我也有单独的线程服务,更新我的ContentProvider中的数据。我的问题是,当ContentProvider和CursorAdapter中的服务更新数据更新时,我的UI正在变慢。我有圆圈进度指示器,在这些操作中,它的动画不稳定。

你有什么想法,我怎样才能让它更顺畅?

1 个答案:

答案 0 :(得分:1)

我怀疑您应该使用批处理操作更新提供程序。

查看此答案是否适用于您的情况:Android when to use ContentResolver applyBatch or BulkInsert