Why I can\'t resolve this method while using Glide also I can\'t resolve .diskstaretegy() :
Glide
.diskstaretegy()
Glide.with(getActivity())
for the asBitmap you need to write it as follows:
Glide.with(getActivity()).asBitmap().load(chalet.profilePhoto).into(mImageView);