thorbenprimke / realm-recyclerview

A RecyclerView that is powered by Realm and lots more
555 stars 151 forks source link

Allow getting the header at specified position, and expose RowWrappers #85

Closed jkreiser closed 7 years ago

jkreiser commented 8 years ago

Allow specifying a position in order to get the header String for that position, and expose RowWrapper metadata so that it can be used for things like populating Fast Scroller lists.

thorbenprimke commented 7 years ago

lgtm

@jkreiser - thanks for the PR.