Android - Client-side sorting with FirebaseRecyclerAdapter
问题 I'm building an application with Firebase on Android. The scenario for my application is as follows. Look at the following screen. As you can see, in the above screen, I'm displaying a list of transactions based on the user role: Renter and Owner. Also, at the toolbar, user can easily filter any transaction statuses, shown in the following screen. To achieve this scenario, I've modeled my database with the following structure: - transactionsAll: - transactionID1: - orderDate: xxx - role: