You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
Your library is awesome and saved me lots of times and headache, thank you.
I was wondering if there is a way to add SortedList or any kind of sorting to items in the DataListManager as my data is coming through RxJava and I have no clue about the order of them so I have to sort it before passing it to Adapter.
I was doing it before by adding my item to SortedList and adding Comprable to my model.
The text was updated successfully, but these errors were encountered:
Hi Ahamed,
Your library is awesome and saved me lots of times and headache, thank you.
I was wondering if there is a way to add SortedList or any kind of sorting to items in the DataListManager as my data is coming through RxJava and I have no clue about the order of them so I have to sort it before passing it to Adapter.
I was doing it before by adding my item to SortedList and adding Comprable to my model.
The text was updated successfully, but these errors were encountered: