240 发简信
IP属地:陕西
  • 翻译官方文档-组件集成测试

    官方文档链接:https://developer.android.google.cn/training/testing/integration-testing/index.h...

  • 翻译官方文档-自动化UI测试

    官方文档链接:https://developer.android.google.cn/training/testing/ui-testing/index.html 1.前言 ...

  • 120
    翻译官方文档-单元测试

    官方文档链接:https://developer.android.google.cn/training/testing/unit-testing/index.html 1.前...

  • 120
    翻译官方文档-测试基础

    官方文档链接:https://developer.android.google.cn/training/testing/fundamentals.html 1.前言 在之前的...

  • 不好意思,最近忙于项目才看到。我遇到的问题是点击某个item,使RecyclerView发生滚动,从而让item居中。刚开始,滚动时会导致每个item刷新(闪一下),感觉data没改变,不应该导致全局刷新,后来使用setHasStableIds(true)方法,使位置确定就解决了。我觉得你没起作用,可能是你没找到导致问题产生的原因,对症下药很重要,希望对你有帮助。:blush:

    RecyclerView网络图像刷新会闪烁

    1.前言 最近将Glide3.8升级到4.0,除了使用上有细微的调整,过渡还是很流畅的。但是在替换完,并体验到新特性带来的便利后,测试反馈了个现象,标记为Bug让修复。以下记...

  • 重写Adapter的getItemId(int position)方法,返回position作为ID,然后再设置Adapter的setHasStableIds(true)即可。
    这种方法不管用 楼主试过没有 我试了没用

  • 120
    翻译ReactiveX操作符(四)

    官方文档链接:http://reactivex.io/documentation/subject.html 和 http://reactivex.io/documentat...

  • 120
    翻译ReactiveX操作符(三)

    官方文档链接:http://reactivex.io/documentation/single.html 1.前言 虽然知道了所有的操作符,但若是不明白在什么情况下使用,也是...

  • 120
    翻译ReactiveX操作符(二)

    官方文档链接:http://reactivex.io/documentation/operators.html 1.前言 接着讲解剩下的那一半操作符。这些操作符相对而言比较高...

  • 120
    翻译ReactiveX操作符(一)

    官方文档链接:http://reactivex.io/documentation/operators.html 1.前言 每种实现了ReactiveX的语言都有一套操作符,并...

  • @努力的右先生 还是挺方便的,可以放到自己的技术栈中:+1:

    翻译ReactiveX设计概览

    官方文档链接:http://reactivex.io/documentation/observable.html 1.前言 ReactiveX的概念是,一个观察者订阅一个被观...

  • 120
    翻译ReactiveX设计概览

    官方文档链接:http://reactivex.io/documentation/observable.html 1.前言 ReactiveX的概念是,一个观察者订阅一个被观...

  • 翻译Dagger 2与测试

    官方文档链接:https://google.github.io/dagger/testing.html 1.前言 官网上还有篇关于Java中异步地依赖注入的文章,由于得引入G...

个人介绍
热爱技术,享受技术!