Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MarkMjw/PullToRefresh
/ types & classes
Types & classes
11 in github.com/MarkMjw/PullToRefresh
⨍
Functions
102
◇
Types & classes
11
Interface
IXListViewListener
Implements this interface to get refresh/load more event. @author markmjw
PullToRefresh/src/main/java/com/markmao/pulltorefresh/widget/XListView.java:451
Interface
IXScrollViewListener
Implements this interface to get refresh/load more event.
PullToRefresh/src/main/java/com/markmao/pulltorefresh/widget/XScrollView.java:516
Class
MainActivity
PullToRefresh/src/main/java/com/markmao/pulltorefresh/ui/MainActivity.java:11
Interface
OnXScrollListener
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
Interface
OnXScrollListener
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
Class
XFooterView
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
Class
XHeaderView
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
Class
XListView
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
Class
XListViewActivity
XListView demo @author markmjw @date 2013-10-08
PullToRefresh/src/main/java/com/markmao/pulltorefresh/ui/XListViewActivity.java:24
Class
XScrollView
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
Class
XScrollViewActivity
XScrollView demo @author markmjw @date 2013-10-08
PullToRefresh/src/main/java/com/markmao/pulltorefresh/ui/XScrollViewActivity.java:28