luizgrp / SectionedRecyclerViewAdapter

An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state controlled individually.
MIT License
1.68k stars 372 forks source link

Suggestion to add example-code on how to use empty-views #186

Closed haukesomm closed 4 years ago

haukesomm commented 4 years ago

The code examples are lacking example-code on how to display an empty-view if the list is empty.
It would be very useful for new users to have an example similar to the existing ones.

luizgrp commented 4 years ago

Addressed in https://github.com/luizgrp/SectionedRecyclerViewAdapter/pull/187

luizgrp commented 4 years ago

@haukesomm thanks for the suggestion 👍