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

Allow optional image sizes for cached images #174

Open
GoogleCodeExporter opened this issue Mar 7, 2016 · 0 comments
Open

Allow optional image sizes for cached images #174

GoogleCodeExporter opened this issue Mar 7, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Load image via aquery with optimal size arguments (targetWidth)
2. Load image from cache
3.

What is the expected output? What do you see instead?

Expected: Scaled image, Actual: Full-sized image

What version of the product are you using? On what operating system?

Version: android-query-0.26.7.jar

Please provide any additional information below.

Using android-query in an app, such as mine (juggling around 200+, 2MB images), 
android-query completely obliterates my app memory budget. This triggers my 
application memory callback, at which point i evict all cached images. As a 
result, my app is always losing it's images, causing it to constantly reload. 
Users on cellular data don't really appreciate this.

Hopefully, this will be considered for future improvement



Original issue reported on code.google.com by vic.c...@gmail.com on 11 Feb 2014 at 3:32

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

No branches or pull requests

1 participant