Interface | Description |
---|---|
BorderScrollView.OnBorderListener |
OnBorderListener, Called when scroll to top or bottom
|
DropDownListView.OnDropDownListener |
OnDropDownListener, called when header released
|
Class | Description |
---|---|
BorderScrollView |
BorderScrollView
onTop and onBottom response ScrollView
you can
BorderScrollView.setOnBorderListener(OnBorderListener) to set your top and bottom response
|
DropDownListView |
Listview whick can do something when drop down or scroll to bottom. for example, drop down to refresh and
load more when scroll to bottom
DropDown Listener
define isDropDownStyle="true" at layout xml or call
DropDownListView.setDropDownStyle(boolean) to enable drop down style
before
DropDownListView.setOnDropDownListener(OnDropDownListener) set listener which will be excuted when drop down, but you
should call DropDownListView.onDropDownComplete() manual at the end of listener to reinstate status. |
HorizontalListView | |
SlideOnePageGallery |
SlideOnePageGallery, only slide one page every slide
|