public interface HeaderProvider
| Modifier and Type | Method and Description |
|---|---|
android.view.View |
getHeader(android.support.v7.widget.RecyclerView recyclerView,
int position)
Will provide a header view for a given position in the RecyclerView
|
void |
invalidate()
TODO: describe this functionality and its necessity
|
android.view.View getHeader(android.support.v7.widget.RecyclerView recyclerView,
int position)
recyclerView - that will display the headerposition - that will be headed by the headervoid invalidate()