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
Its working fine but I want to load image using url. How to achieve the blurr effect. Please help me to resolve this
The text was updated successfully, but these errors were encountered:
Hi @KethuY ! Are you using any image loader library? I recommend that you use Picasso
BlurImageView is just a ImageView with new properties.
BlurImageView
ImageView
BlurImageView imageview = (BlurImageView ) findViewById(R.id.blur_imageview); Picasso.get() .load(url) .placeholder(R.drawable.user_placeholder) .error(R.drawable.user_placeholder_error) .into(imageView);
Sorry, something went wrong.
not working when using picasso @jgabrielfreitas
No branches or pull requests
Its working fine but I want to load image using url. How to achieve the blurr effect.
Please help me to resolve this
The text was updated successfully, but these errors were encountered: