dukecon / dukecon_android

Apache License 2.0
1 stars 1 forks source link

Use SortedListAdapter with RecyclerView #6

Open michalharakal opened 7 years ago

michalharakal commented 7 years ago

https://android.googlesource.com/platform/development/+/52e76ba/samples/Support7Demos/src/com/example/android/supportv7/util/SortedListActivity.java

michalharakal commented 6 years ago

Also check usage of DiffUtil.DiffResult https://github.com/googlesamples/android-architecture-components/blob/master/BasicSample/app/src/main/java/com/example/android/persistence/ui/CommentAdapter.java#L49