We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have the same question: how to use this library without clicking the view? Thanks for anyone to give me some info.
The text was updated successfully, but these errors were encountered:
@woshizsx
This it?
https://github.com/wasabeef/glide-transformations https://github.com/wasabeef/picasso-transformations
Glide.with(this).load(R.drawable.demo) .bitmapTransform(new BlurTransformation(context)) .into((ImageView) findViewById(R.id.image));
Sorry, something went wrong.
Got it! Thanks a lot!!
No branches or pull requests
I have the same question: how to use this library without clicking the view?
Thanks for anyone to give me some info.
The text was updated successfully, but these errors were encountered: