I am currently programming a small android task app!
Now I have a problem, I completly implemented a RecyclerView to show my tasks but now I want to add a button at the end of the RecyclerView that shows done tasks.
So you scroll trough all tasks then at the end there is a button. If you click the button another RecyclerView opens with the tasks that are already done.
Spent a lot of time researching about this, hope anybody here can help me!