You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2018. It is now read-only.
In you code if you pull an empty listview it shows that its Loading More items, now if I pull it again it goes off the screen
So in your example of LauncherActivity, goto PullToRefreshListActivity.java file and under you declaration of private String[] mStrings = { "Abb .... er"} remove all elements and so that mStrings has size 0 and now when you pull the listview twice you will see the Loading More goes of the screen on the second pull