Skip to content

ImageCacheManager should implement ImageCache #6

@Earthblood

Description

@Earthblood

In trying to implement your example it seems to me that you intended to use ImageCacheManager as an ImageCache that should be passed into the constructor of the imageLoader in init like this:

mImageLoader = new ImageLoader(RequestManager.getRequestQueue(), this);

This is what I did in order to have Volley call the putBitmap and getBitmap methods that hash the url key. Is this what you intended?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions