I am currently working on a project requiring me to display counts of multiple realm results based on a selectionType.
Due warning : it isn't the most ideal of codes. I am playing around nested recycler view in the parent recycler view.
So the issue is above code works fine - I am able to get refresh working on all of the items - but performance is a nightmare. I am looking for help in terms of optimising the code.
Hi,
I am currently working on a project requiring me to display counts of multiple realm results based on a selectionType. Due warning : it isn't the most ideal of codes. I am playing around nested recycler view in the parent recycler view.
Here's the code :
Child Recycler view adapter :
Child Category :
Parent Category :
So the issue is above code works fine - I am able to get refresh working on all of the items - but performance is a nightmare. I am looking for help in terms of optimising the code.