MCPcopy Create free account

hub / github.com/MarkMjw/PullToRefresh / types & classes

Types & classes11 in github.com/MarkMjw/PullToRefresh

InterfaceIXListViewListener
Implements this interface to get refresh/load more event. @author markmjw
PullToRefresh/src/main/java/com/markmao/pulltorefresh/widget/XListView.java:451
InterfaceIXScrollViewListener
Implements this interface to get refresh/load more event.
PullToRefresh/src/main/java/com/markmao/pulltorefresh/widget/XScrollView.java:516
ClassMainActivity
PullToRefresh/src/main/java/com/markmao/pulltorefresh/ui/MainActivity.java:11
InterfaceOnXScrollListener
You can listen ListView.OnScrollListener or this one. it will invoke onXScrolling when header/footer scroll back.
PullToRefresh/src/main/java/com/markmao/pulltorefresh/widget/XListView.java:442
InterfaceOnXScrollListener
You can listen ListView.OnScrollListener or this one. it will invoke onXScrolling when header/footer scroll back.
PullToRefresh/src/main/java/com/markmao/pulltorefresh/widget/XScrollView.java:509
ClassXFooterView
The footer view for {@link com.markmao.pulltorefresh.widget.XListView} and {@link com.markmao.pulltorefresh.widget.XScrollView} @author markmjw @date
PullToRefresh/src/main/java/com/markmao/pulltorefresh/widget/XFooterView.java:20
ClassXHeaderView
The header view for {@link com.markmao.pulltorefresh.widget.XListView} and {@link com.markmao.pulltorefresh.widget.XScrollView} @author markmjw @date
PullToRefresh/src/main/java/com/markmao/pulltorefresh/widget/XHeaderView.java:24
ClassXListView
XListView, it's based on <a href="https://github.com/Maxwin-z/XListView-Android">XListView(Maxwin)</a> @author markmjw @date 2013-10-08
PullToRefresh/src/main/java/com/markmao/pulltorefresh/widget/XListView.java:30
ClassXListViewActivity
XListView demo @author markmjw @date 2013-10-08
PullToRefresh/src/main/java/com/markmao/pulltorefresh/ui/XListViewActivity.java:24
ClassXScrollView
XScrollView, modified from {@link com.markmao.pulltorefresh.widget.XListView} @author markmjw @date 2013-10-08 @see com.markmao.pulltorefresh.widget.
PullToRefresh/src/main/java/com/markmao/pulltorefresh/widget/XScrollView.java:32
ClassXScrollViewActivity
XScrollView demo @author markmjw @date 2013-10-08
PullToRefresh/src/main/java/com/markmao/pulltorefresh/ui/XScrollViewActivity.java:28