-
Notifications
You must be signed in to change notification settings - Fork 112
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
Getting a FileNotFoundException #5
Comments
Can you post the stack trace? |
|
any update on this? |
I couldnt get what the issue, but give this library a try https://github.com/DWorkS/VolleyPlus |
@1hakr Thanks, but I really don't need all those features like synchronous requests etc. Caching is the only thing I need and I wish I could get around this error |
I tried switching to BitmapLruImageCache, by changing cache type to But, as I can see, the |
Okay, so this is what my setImageUrl looks like
holder.artwork.setImageUrl(temp.artwork, ImageCacheManager.getInstance().getImageLoader());
In the Application Object, I have this code.
The text was updated successfully, but these errors were encountered: