-3
我正在使用Glide Library
從服務器上加載ImageView
上的圖像,但它只顯示前一張圖像未更新的圖像。爲什麼在android中的圖像視圖不使用Glide libaray從服務器顯示更新的圖像?
Glide.with(getActivity()).load(profile_image_link).error(R.drawable.placehoder_user).into(iv_user_image);
哪裏碼? – Piyush
代碼在哪裏? (getActivity())。load(profile_image_link).error(R.drawable.placehoder_user).into(iv_user_image); –
Glide.with(getActivity())。請檢查我已添加的代碼。 – sukhbir