Open raghunandankavi2010 opened 9 years ago
I suppose we could add support for removing header & footer views. In most cases I imagine you'd want to toggle visibility and manipulate the wrapped adapter.
The reason i thought of removing footer was in case i have a load more option which displays the progress bar, i would want to remove it when i get more data from server and update my recyclerview.
I am not sure of toggling visibility in this case. Thanks..
any progress on this one?
PRs welcome
Is there a mechanism to remove the footer also. Suppose we want to add the footer when loading more items and remove them when i am done, that would be nice.