In my project I have successfully implemented Paging3 library. The data is showing in UI through my MembersPagingAdapter class. What I am unable to do it is to sort the list of members alphabetically as per name/username, Or, as per registration date(UNIX timestamp).
I am only getting option to filer, and switchMap.