dmfrey
dmfrey

Reputation: 1240

Android Universal Image Loader change HxW url parameters

When I pass in my Image URI to imageLoader.displayImage, it is automatically getting appended with _[W]x[H] at the end of each url. Is there a way to override that string, or prevent it from getting appended at all?

The API i am calling already has querystring parameters setup for height and width. It would be great if I could override this value.

Thank you.

Upvotes: 0

Views: 950

Answers (1)

nostra13
nostra13

Reputation: 12407

This appendix is used only for memory cache. So different sizes of the same image can be cached in memory. This appendix isn't used for HTTP requests.

Upvotes: 1

Related Questions