question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error scrollGalleryView.setOnScrollChangeListener

See original GitHub issue

I got error when I add this code 😦

 scrollGalleryView.setOnScrollChangeListener(new OnScrollChangeListener() {
  @Override
  public void onScrollChange(View v, int scrollX, int scrollY, int oldScrollX, int oldScrollY) {

  }
 });

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
voghDevcommented, Feb 16, 2017

+1. Would be really good to have a Listener to notify when pages are scrolled

Or alternatively, a getCurrentItem() method that lets you consult current page. I can submit you a PR with this last alternative if you want

0reactions
VEINHORNcommented, Feb 6, 2018

@voghDev thank you for your feedback. It would be nice if you’ll provide PR.

Read more comments on GitHub >

github_iconTop Results From Across the Web

setOnScrollChangeListener on a ScrollView : Error
I have done it, but it appears that function I use doesn't work with some old version of Android. I have this code...
Read more >
picasso | A powerful image downloading and caching library for ...
android project its getting some error related to ANDROID_SDK_HOME. copy icon ... setOnScrollChangeListener((v, scrollX, scrollY, oldScrollX, ...
Read more >
ScrollGalleryView is a flexible library which helps you to ...
Error scrollGalleryView.setOnScrollChangeListener. I got error when I add this code :( scrollGalleryView.setOnScrollChangeListener(new ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found