How to extend multiple classes in adapter?
I want to implement sections in my list. I have a list of tasks. List has a custom adapter which extends recyclerview swipe adapter as I have implemented swipe gesture to the recyclerview. So now tasks list is shown together with completed and pending tasks. Each list item has a check box which shows task is completed or pending. If check box is checked then task is completed and vise versa. Now I want to make two sections in this with header. One For completed tasks and another for pending tasks. So completed tasks should be shown inside completed section and vise versa. Also if the task is