MjolnirRecyclerView icon indicating copy to clipboard operation
MjolnirRecyclerView copied to clipboard

[DEPRECATED] This library is no longer maintained and it will not receive any more updates.

Results 3 MjolnirRecyclerView issues
Sort by recently updated
recently updated
newest added

For section "**1. Header & footer support**" of the [README.md file](https://github.com/infinum/MjolnirRecyclerView/blob/master/README.md), "adapter.setHeader(View view)" is shown twice, when it should only be shown once, and "adapter.setFooter(View view)" be shown for the...

Add method overloading for array adapter methods so that the consumer can decide whether the notifyDataSetChanged() should be called.

enhancement

Currently when you are using one empty view and then set new empty view (with empty list), old empty view stays visible and then you have both old and new...