我使用okhttp而不是Glide将我的图像从服务器下载到回收站视图,因为我需要在其他活动中使用它。如果它正在下载并且我快速滚动,则回收器视图的图像被洗牌。恕我直言,这是因为okhttp的异步系统和{% load staticfiles %}
<! DOCTYPE html>
<html lang="en">
<head>
<script src="http://cdn.pydata.org/bokeh/release/bokeh-0.12.14.min.js"></script>
<script src="http://cdn.pydata.org/bokeh/release/bokeh-widgets-0.12.14.min.js"></script>
<link href="http://cdn.pydata.org/bokeh/release/bokeh-0.12.14.min.css" rel="stylesheet" type="text/css">
<link href="http://cdn.pydata.org/bokeh/release/bokeh-widgets-0.12.14.min.css" rel="stylesheet" type="text/css">
{{ script | safe }}
</head>
<body>
<div id = "bo">
{{ div | safe }}
{% csrf_token %}
</div>
</body>
</html>
视图不同步。怎么解决呢?
这是我的适配器代码:
recycled