简体   繁体   中英

When to call notify in RecyclerView.Adapter?

RecyclerView.Adapter中的 notify*方法会自动在UI线程中运行视图的回调还是让我显式地从工作线程中切换?

如果要更新RecyclerView.Adapter,则应在UI线程中调用方法notify。

Whenever you interact with a View in android you must do it on the UI thread. This includes recyclerviews and their adapters.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM