Amir_RVHeader
-
Functions:
- Build
- GapStrategy (GapStrategy As String) As com.aghajari.rvplugins.Amir_RVHeader.StaggeredGridLayoutBuilder
"GAP_HANDLING_LAZY"
"GAP_HANDLING_MOVE_ITEMS_BETWEEN_SPANS"
"GAP_HANDLING_NONE"
- Horizontal As com.aghajari.rvplugins.Amir_RVHeader.StaggeredGridLayoutBuilder
- ReverseLayout (enabled As Boolean) As com.aghajari.rvplugins.Amir_RVHeader.StaggeredGridLayoutBuilder
- Vertical As com.aghajari.rvplugins.Amir_RVHeader.StaggeredGridLayoutBuilder
Amir_RVHeader
Amir_RecyclerView Plugin
RecyclerView Adapter with Header and Footer
Functions:
- AddFooter (Footer As android.view.View)
- AddFooterAt (Index As Int, Footer As android.view.View)
- AddHeader (header As android.view.View)
- AddHeaderAt (Index As Int, header As android.view.View)
- GetFooter (index As Int) As android.view.View
- GetHeader (index As Int) As android.view.View
- getIsFooter (position As Int)
- getIsHeader (position As Int)
- Initialize (Adapter As android.support.v7.widget.RecyclerView.Adapter)
- IntoRecyclerView (Recycler As android.support.v7.widget.RecyclerView)
- IsInitialized As Boolean
- NotifiAuto (enabled As Boolean)
Notifi adapter data changed when header/footer added or removed
- RemoveFooter (View As android.view.View)
- RemoveFooterAt (index As Int)
- RemoveHeader (View As android.view.View)
- RemoveHeaderAt (index As Int)
- SetAllFootersSize (Width As Int, Height As Int)
- SetAllHeadersSize (Width As Int, Height As Int)
- SetFooterSize (Footer As android.view.View, Width As Int, Height As Int)
- SetFooterSizeAt (Index As Int, Width As Int, Height As Int)
- SetHeaderSize (Header As android.view.View, Width As Int, Height As Int)
- SetHeaderSizeAt (Index As Int, Width As Int, Height As Int)
- SetStaggeredGridLayout (Recycler As android.support.v7.widget.RecyclerView, SpanCount As Int, SpanSize As Int) As com.aghajari.rvplugins.Amir_RVHeader.StaggeredGridLayoutBuilder
Properties:
- FooterViewsCount As Int [read only]
- HeaderViewsCount As Int [read only]
Author: AmirHosseinAghajari