https://kotlinlang.org logo
e

edvin

11/20/2018, 8:59 PM
Typically you would just instantiate one in the top of your view:
val orders = SortedFilteredList<Order>()
in my case. Then you can fill the list with data using
asyncItems
for example.