240 发简信
IP属地:广东
  • 2019-08-19 Viewpager 嵌套 Fragment 再嵌套 Fragment 里的recyclerView notifyDataSetChanged 无效

    现在开发的项目使用Viewpager 为首页 里面又套了 ViewPager 做子类页。遇到一个Bug 如果开始的时候在首页里切换里面的子类...

  • 2019-08-10 Cannot add the same observer with different lifecycles

    fragment 多个实例使用viewModel 报错 Cannot add the same observer with different...

  • 2019-08-01 Android 与H5 交互的Bug

    最近在做商城类的APP 商品的详情内容使用第三方的web详情界面 ,在安卓很正常的方式就是用webview展示。第三方的详情界面数据是使用异步加...

  • ConstraintLayout 并不适合放到 item view 里使用

    最近因为想要减少Layout层级 想到用ConstraintLayout 在list item view 里也使用了。层级减少了,但是却发...

  • 2019-01-11 andorid studio 一个有趣的事

    昨天又遇到Android studio 第三方输入法 不跟随光标的问题,百度了一下发现 改一下android studio 引用的jdk 版本...

  • Idea android studio 输入法不跟随光标问题

    这主要是jdk 版本问题,更新最新的jdk 就可以了。android studio 现在已经默认内置jre 所以还需要修改一下 ctrl + s...

  • 2018-01-29 关于Android Studio 在第二屏关掉后 只有一屏时 打开不显示

    Android Studio 有一个很好的功能 在你关掉项目后 会记录你窗口的位置 大小 等下次打开的时候 又回到原样 多大就多大 ...

  • Dagger2 android support 问题

    Error:(68, 19) 错误: 不兼容的类型: Provider<DispatchingAndroidInjector >无法转换为Dis...

  • 计一次 Dagger2 android kotlin 的坑

    dagger2 里 如果@Model 注解的是抽象类时 @provides 标注的必须是静态方法A @Module may not con...