Back to Android Observablescrollview

Supported widgets

docs/reference/supported-widgets.md

1.6.0598 B
Original Source

Supported widgets

Widgets are named with Observable prefix.
(e.g. ListViewObservableListView)
You can handle these widgets with Scrollable interface.

WidgetSinceNote
ListViewv1.0.0-
ScrollViewv1.0.0-
WebViewv1.0.0-
RecyclerViewv1.1.0It's supported but RecyclerView provides scroll states and position with OnScrollListener. You should use it if you don't have any reason.
GridViewv1.2.0-