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

Why i cannot use .decodingType(DecodingType.FAST)? #175

Closed
giwrgos88 opened this issue Feb 20, 2013 · 7 comments
Closed

Why i cannot use .decodingType(DecodingType.FAST)? #175

giwrgos88 opened this issue Feb 20, 2013 · 7 comments

Comments

@giwrgos88
Copy link

hello i have tried to use the .decodingType(DecodingType.FAST) but im getting an error on "DecodingType" which is DecodingType cannot be resolved to a variable. how i can solve it? thanks a lot

@nostra13
Copy link
Owner

#169

DecodingType was renamed long time ago. Use ImageScaleType instead.

DecodingType.FAST -> ImageScaleType.IN_SAMPLE_POWER_OF_2

@giwrgos88
Copy link
Author

ok thanks a lot!!!

@jstoeffler
Copy link

It would be nice if you would update this article : http://www.intexsoft.com/blog/item/74-universal-image-loader-part-3.html

@tonymontgomery
Copy link

I agree. This stumped me for a little bit.

@nostra13
Copy link
Owner

I can't do it, I don't work at that company anymore so I don't have access to these articles.

@mariusgarcia
Copy link

Maybe you could create new and updated documentation pages, change your links from github and add an explanation for those who still keep the old link.

@nostra13
Copy link
Owner

nostra13 commented Dec 2, 2013

Ok, let me think about it.

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

5 participants