Как получить веб-URL из файла изображения/значка кэша Glide?Android

Форум для тех, кто программирует под Android
Гость
Как получить веб-URL из файла изображения/значка кэша Glide?

Сообщение Гость »


Glide saves images/icons in this local app directory image_manager_disk_cache e.g. file path

/data/user/0/com.app.abc/cache/image_manager_disk_cache/88cf36166efa4e8d963049b82000f615204ae89c7a37062e5b95a0ee76895449.0

how could retrieve the actual web URL from this hash code key? 88cf36166efa4e8d963049b82000f615204ae89c7a37062e5b95a0which is in directory ee76895449.0

How does Glide prepare this hash-code from web url? how to decode this hash-key back to web url? #android #glide

Вернуться в «Android»