public class RecyclerViewBackedScrollView
extends RecyclerView
RecyclerView providing interface similar to `ScrollView.js` where each children
will be rendered as a separate RecyclerView row.
Currently supports only vertically positioned item. Views will not be automatically recycled but
they will be detache from native view hierarchy when scrolled offscreen.
It works by storing all child views in an array within adapter and binding appropriate views to
rows when requested.| Constructor and Description |
|---|
RecyclerViewBackedScrollView(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
onInterceptTouchEvent(android.view.MotionEvent ev) |
protected void |
onScrollChanged(int l,
int t,
int oldl,
int oldt) |
void |
setSendContentSizeChangeEvents(boolean sendContentSizeChangeEvents) |