240 发简信
IP属地:广东
  • 120
    Memory

    MAT 列详细解析 列说明Histogram根据以class为基本单位,来列举每个类各有多少个实例Dominator Tree从大到小列举出一些当前内存中占用最大内存的对象T...

  • 面试

    Android 事件分发机制[https://blog.csdn.net/qq_41095045/article/details/122266940] View绘制流程、局限...

  • AndroidStudio编译错误

    AndroidStudio编写测试类运行报错:Could not create task :app Test.main() project模式->.idea文件夹->grad...

  • 120
    AS无法执行Java类的main方法问题及解决方法

    解决方法:在.idea文件夹下的gradle.xml文件中 <GradleProjectSettings>标签下添加 ,然后重新运行就可以了

  • 常用adb命令

    界面分析 获取当前页面的UI布局层次结构adb shell uiautomator dump /sdcard/ui.xml开启『调试 GPU 过度绘制』adb shell s...

  • Groovy学习笔记

    Groovy与Java的不同 1. Groovy方法可以参数可以设置默认值 2.文件I/0 1.复制文件 2.写入文件 3.读取文件的内容到字符串 4.获取目录内容 4.Gr...

  • Studio 常用插件

    插件说明GsonFormatJson转化为Java BeanJsonToKotlinClassJson转化Kotlin BeanAndroid Parcelable code...

  • NestedScrolling API 介绍

    NestedScrollingChild NestedScrollingParent NestedScrollingParent2 NestedScrollingChild2

  • NestedScrolling 流程总结

    子View父ViewstartNestedScrollonStartNestedScroll、onNestedScrollAccepteddispatchNestedPreS...

  • 120
    一篇文章让你轻松弄懂NestedScrollingParent & NestedScrollingChild

    虽然很早之前使用CoordinatorLayout时就认识过nestedScrollingChild和nestedScrollingParent, 也看多很多博客,但每次看着...