radzio / android-data-binding-recyclerview

Using Recyclerview with the new Android Data Binding framework
Apache License 2.0
564 stars 97 forks source link

How to use SortedList (introduced in recent version of RecyclerView library) with data binding? #7

Open oasisfeng opened 9 years ago

oasisfeng commented 9 years ago

SortedList does not even extend List at all. How could I use SortedList in RecyclerView with Android data binding library?

oasisfeng commented 9 years ago

FYI: About the new SortedList. http://stackoverflow.com/a/29807983/1241939

radzio commented 8 years ago

I need to investigate it.

IHNEL commented 7 years ago

@oasisfeng seem you already have your solution here https://stackoverflow.com/a/31522316/523325. Could u please jump 1 more step to integrate to this lib?