Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with PullToRefresh #50

Open
hanifraj-virtueinfo opened this issue Apr 22, 2016 · 2 comments
Open

Not working with PullToRefresh #50

hanifraj-virtueinfo opened this issue Apr 22, 2016 · 2 comments

Comments

@hanifraj-virtueinfo
Copy link

I have to implement SwipeToDelete while swipe from Right to Left & SwipeToSave while swipe from Left to Right.
But i have to implement this functionality in PullToRefreshListView.

So give me suggestion or upload your library if possible

Thanks

@wdullaer
Copy link
Owner

The information you have supplied in the ticket is not sufficient to properly investigate this issue.

Depending on your issue can you supply either of:

  • A code sample
  • A stacktrace of the issue
  • A screenshot highlighting the issue

@hanifraj-virtueinfo
Copy link
Author

SwipeActionAdapter.zip
Hi,
Here i am sending you demo which has PullToRefreshLib library module.

  • Issue,
    When i use this PullToRefreshLib listview,
    I have added a listener called listViewResult.setOnLastItemVisibleListener(listResultsLastItemVisibleListener);
    private OnLastItemVisibleListener listResultsLastItemVisibleListener = new OnLastItemVisibleListener() {

    @Override
    public void onLastItemVisible() {
    
        Toast.makeText(ActivityMain.this,"Scroll downed to last item ",Toast.LENGTH_LONG).show();
        }
    

    };

Which does not called.

So, Please give me a suggestion how to resolve this issue.
I am stucked in this issue for 3 days.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants