{"id":8006,"date":"2015-11-20T05:20:27","date_gmt":"2015-11-20T05:20:27","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2015\/11\/20\/captcha-image-cannot-be-refresh-by-using-glide-open-source-projects-bumptech-glide\/"},"modified":"2022-08-30T15:03:04","modified_gmt":"2022-08-30T15:03:04","slug":"captcha-image-cannot-be-refresh-by-using-glide-open-source-projects-bumptech-glide","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2015\/11\/20\/captcha-image-cannot-be-refresh-by-using-glide-open-source-projects-bumptech-glide\/","title":{"rendered":"Captcha image cannot be refresh by using Glide-open source projects bumptech\/glide"},"content":{"rendered":"<p>I have tried to use Glide to load an Captcha image into a ImageView. The first time loading is fine. However, when I reload the Captcha image into the same ImageView, the ImageView does not refresh to new image. Does anyone have idea how to solve this issue?<\/p>\n<pre><code>String url = \"https:\/\/captcha_path\";\nImageView imgView = (ImageView)getActivity().findViewById(R.id.imgView);\n\nGlide.with(getActivity()).load(url).asBitmap().diskCacheStrategy(DiskCacheStrategy.NONE).into(imgView);\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>I have tried to use Glide to load an Captcha image into a ImageView. The first time loading is fine. However, when I reload the Captcha image into the same ImageView, the ImageView does not refresh to new image. Does anyone have idea how to solve this issue? String url = &#8220;https:\/\/captcha_path&#8221;; ImageView imgView = [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-8006","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/8006","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=8006"}],"version-history":[{"count":1,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/8006\/revisions"}],"predecessor-version":[{"id":8704,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/8006\/revisions\/8704"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=8006"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=8006"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=8006"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}