How to implement Pull down to Refresh and pull up to refresh in Expandable List View
问题 I want to implement Pull down to Refresh and pull up to refresh with Expandable List View. I am using Expandable List View. Below is java code that contain Expandable List View. public class LoadMoreListView extends ExpandableListView implements OnScrollListener { private static final String TAG = "LoadMoreListView"; /** * Listener that will receive notifications every time the list scrolls. */ private OnScrollListener mOnScrollListener; private LayoutInflater mInflater; // footer view