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

Add Factory for ImageLoader #158

Closed
o-antsiferov opened this issue Jan 30, 2013 · 4 comments
Closed

Add Factory for ImageLoader #158

o-antsiferov opened this issue Jan 30, 2013 · 4 comments
Labels

Comments

@o-antsiferov
Copy link

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...

@nostra13
Copy link
Owner

#92

@o-antsiferov
Copy link
Author

Sergey, have you seen my comment in the previous post:
"workaround with protected ImageLoader constructor is not working, because you often use ImageLoader.getInstance() inside your libriary..."

So, I think that you won't plan any modifications here, will you?

@nostra13
Copy link
Owner

Right, let me think about it.

@nostra13 nostra13 reopened this Jan 31, 2013
nostra13 added a commit that referenced this issue Feb 2, 2013
Extracted ImageLoaderEngine from ImageLoader.
Changed API: PauseOnScrollListener requires ImageLoader instance in
constructor
@nostra13 nostra13 closed this as completed Feb 9, 2013
@arcgate-git
Copy link

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.

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

No branches or pull requests

3 participants