Why I can\'t resolve this method while using Glide also I can\'t resolve .diskstaretegy() :
Glide
.diskstaretegy()
Glide.with(getActivity())
Call asBitmap() before load()
asBitmap()
load()
Glide.with(context) .asBitmap() .load(uri)