You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
Hello. Been using your library since yesterday, and it has been wonderful. Thanks for the effort.
Having a question here.. how do I build such a list:
header a
item a1
item a2
header b
item b1
item b2
where basically header a and b are the same object type, and items a1, a2, b1 and b2 are also the same type.
If in the adapter I have two list managers (say, headers and items), then headers will grouped at the top, and all of the items will be grouped below.
Maybe this is just a stupid question, but really appreciate any help. Thanks beforehand.
The text was updated successfully, but these errors were encountered: