bonepeople

Results 2 issues of bonepeople

当前的项目环境: > Android Studio 4.1.3 > kotlin 1.4.31 > implementation 'com.yanzhenjie.andserver:api:2.1.8' > kapt 'com.yanzhenjie.andserver:processor:2.1.8' 我创建了两个拦截器,用于对请求进行不同方面的处理,两个拦截器都使用@Interceptor注解进行注册,目前的需求是按照一定的顺序进行拦截,请问我应该怎么做?

plan

在ListView中使用的时候由于ImageView复用的问题导致绘制的头像错位显示,建议参考Glide为ImageView添加Tag的方式进行处理