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

urlimage cache location question #65

Open
eriuzo opened this issue Jun 29, 2013 · 1 comment
Open

urlimage cache location question #65

eriuzo opened this issue Jun 29, 2013 · 1 comment

Comments

@eriuzo
Copy link

eriuzo commented Jun 29, 2013

hi, thanks for creating this awesome library.

by default this library caches bitmaps (.urlimage files) into files directory.

  • is there an option to move it into cache directory? so users can delete the cache by "clear cache" button in android settings.
  • or do i just fork this and change it manually?
  • is there any particular reason why you used files and not cache directory?
    thanks.
@koush
Copy link
Owner

koush commented Jun 29, 2013

I'd actually check out Ion, it is the successor to this library.

https://github.com/koush/ion

In particular, it does a lot of things that UrlImageViewHelper does not:

  • cache directory
  • disk lru cache
  • better API
  • transforms and animations
  • supports multiple instances
  • request modification

You are welcome to change UrlImageViewHelper to use a disklrucache in the cache directory, I'd accept the pull request.

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

No branches or pull requests

2 participants