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 has been archived by the owner on Nov 18, 2021. It is now read-only.
Universal Image Loader has this feature that makes sure to avoid lag during scrolling, but the problem is PauseOnScrollListener can't be casted to MultiColumnListView or the .PLA_AbsListView.setOnScrollListener. Is there many way to have a work around on this?
Universal Image Loader has this feature that makes sure to avoid lag during scrolling, but the problem is PauseOnScrollListener can't be casted to MultiColumnListView or the .PLA_AbsListView.setOnScrollListener. Is there many way to have a work around on this?
https://github.com/huewu/PinterestLikeAdapterView/blob/master/src/com/huewu/pla/lib/internal/PLA_AbsListView.java
Universal_Image-Loader
PauseOnScrollListener.java
/**
* Constructor
*
* @param imageLoader {@linkplain ImageLoader} instance for controlling
* @param pauseOnScroll Whether {@linkplain ImageLoader#pause() pause ImageLoader} during touch scrolling
* @param pauseOnFling Whether {@linkplain ImageLoader#pause() pause ImageLoader} during fling
*/
public PauseOnScrollListener(ImageLoader imageLoader, boolean pauseOnScroll, boolean pauseOnFling) {
this(imageLoader, pauseOnScroll, pauseOnFling, null);
}
}
The text was updated successfully, but these errors were encountered: