alex.tavella
09/16/2019, 5:26 PMRecyclerView.Adapter
on a local VM? I have mocked some stuff but I'm getting a NPE when notifyDataSetChanged
gets calledjava.lang.NullPointerException
at androidx.recyclerview.widget.RecyclerView$AdapterDataObservable.notifyChanged(RecyclerView.java:11996)
at androidx.recyclerview.widget.RecyclerView$Adapter.notifyDataSetChanged(RecyclerView.java:7070)
starke
09/16/2019, 8:27 PMalex.tavella
09/16/2019, 9:12 PMstarke
09/16/2019, 9:13 PMitems.size()
although nowadays I tend to use groupie which handles that for youalex.tavella
09/16/2019, 9:20 PMListAdapter
then?DiffUtil
is heavily coupled with Android fwkChris Craik
09/21/2019, 2:16 AMalex.tavella
12/17/2019, 12:50 AM