Skip to content
This repository was archived by the owner on Aug 1, 2019. It is now read-only.
This repository was archived by the owner on Aug 1, 2019. It is now read-only.

How can i add load more functionality using this listview? #1

@alphaDroid89

Description

@alphaDroid89

Hi Riza Fu,

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();
        }
    });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions