简体   繁体   中英

notifyDataSetChanged() resetting scroll state in RecyclerView

Is there a way to implement notifyDataSetChanged() and keep the scroll state in a RecyclerView ? I already tried with notifyItemChanged() and notifyItemRangeChanged() but with the same results.

notifyItemRangeChanged(0,adapter.getItemCount());

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