Sorting RecylerView items by column
Ability to to sort tabular data by columns is a handy option for the users to have. In this tutorial, we are going to implement a recyclerview and add capability to sort its items by columns. First step is to…
Read more