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 Aug 1, 2019. It is now read-only.
Let me know how can i implement load more functionality for a long listview. I tried to implement the following method, but i can't able to find the corresponding method.
for your kind reference.
mPullRefreshListView.setOnLastItemVisibleListener(new OnLastItemVisibleListener() {
@Override
public void onLastItemVisible() {
Toast.makeText(TrendingActivity.this, "End of List!",
Toast.LENGTH_SHORT).show();
}
});