Should we use DiffUtils over notifyDataSetChanged all the time, or there is case where notifyDataSetChanged perform better? What is your practical experience on this?

This page summarizes the projects mentioned and recommended in the original post on /r/androiddev

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • SectionedRecyclerViewAdapter

    Discontinued An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state controlled individually.

  • We know ListAdapter is using user thread to perform DiffUtil.calculateDiff computation, internally. We do not go for it, because we are using https://github.com/luizgrp/SectionedRecyclerViewAdapter to support multiple sections. We however already fix the ANR, by looking at ListAdapter implementation, and mimic such implementation so that it works well with our sectioned recycler view adapter + DiffUtil.Callback.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts