-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
Add Factory for ImageLoader #158
Comments
Sergey, have you seen my comment in the previous post: So, I think that you won't plan any modifications here, will you? |
Right, let me think about it. |
Extracted ImageLoaderEngine from ImageLoader. Changed API: PauseOnScrollListener requires ImageLoader instance in constructor
Could you please tell me how to create multiple instances of image loader. I am using 1.9.3 jar and am stuck in having multiple instances. I have seen #92 link and the o-antsiferov comment seems right. But after that you have not given any solution for it. |
Say, I want to have book covers and author avatars: for covers one instance of ImageLoader and for avatars the other. These loaders must have different configurations (based on disk size, memore cache size, directory etc).
PS: workaround with protected ImageLoader constructor is not working, because you often use ImageLoader.getInstance() inside your libriary...
The text was updated successfully, but these errors were encountered: