240 发简信
IP属地:广西
  • Code Review 2

    https://hecate.co/blog/code-review-review-is-the-managers-job https://gi...

  • What's New in Android Google I/0 2019

    1 Kotlin风格的ViewModel声明方式 老的 新的

  • Resize,w 360,h 240
    ViewModel + SavedState

    ViewModels: Persistence, onSaveInstanceState(), Restoring UI State and L...

  • 从Java 到 Dart

    1 Dart中的Int 相当于Java中的包装类型,其实Dart中一切都是对象,没有Java中的基本数据类型 2 定义字符串既可以使用单引号,也...

  • Resize,w 360,h 240
    Android Code Review

    1 Code Conventions Java Code Conventionshttps://www.oracle.com/technetwo...

  • Resize,w 360,h 240
    Android 多进程学习

    1 警惕android:multiprocess="true"只要在哪个进程打开声明了multiprocess="true"的Activity,...

  • Android ConstraintLayout

    1 组件水平居中

  • Firebase Performance

    https://stackoverflow.com/questions/48901584/firebase-performance-detail...

  • 正确的实现自定义组件

    在开发一款App中,我们一定要注意对组件的复用,小到一个Button,大到一个RecyclerView中的Section都是可以复用的。总之一句...