I have an imageview and i set Image Resources programmatically like this:
int resourceId = getResources().getIdentifier(\"imagename\", \"drawable\", \"mypack
Just simply use this library https://github.com/ChathuraHettiarachchi/BlurIM , I was having problem with BlurTransformation class had errors thats why couldn't use Glide transformation but this works fine.
BlurImage.withContext(this) .blurFromResource(R.drawable.YOUR_RESOURCE) .into(imageView);