Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于 android 没有内置的 If-None-Match 标头支持,我计划存储实体标签并手动添加相应的标头。
我共享适用于此的偏好,还是有更好的解决方案?
谢谢
由于我没有找到任何关于 If-None-Match 标头支持的建议,我最终使用了 SharedPreferences。尚未发现此技术的任何缺陷。