Error scrollGalleryView.setOnScrollChangeListener
See original GitHub issueI 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:
- Created 7 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
+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@voghDev thank you for your feedback. It would be nice if you’ll provide PR.