Android Weekly Notes #430

Android Weekly Issue #430

Supercharge Android dev with Scrcpy and ADB WIFI

这个工具:
https://github.com/Genymobile/scrcpy#get-the-app

可以把物理设备投屏到电脑上.

Gradle kotlin DSL

把gradle脚本从groovy迁移到kotlin.

20 Android Dev Tools You’ve Probably Never Heard Of

  • AinD: Android (Anbox) in Docker
  • Booster: https://github.com/didi/booster
  • Shake
  • Scabbard: 显示dagger依赖图. https://github.com/arunkumar9t2/scabbard
  • Can I Drop Jetifier?: https://github.com/plnice/can-i-drop-jetifier
  • ADB Event Mirror: https://github.com/JakeWharton/adb-event-mirror/
  • Android Emulator Container Scripts: https://github.com/google/android-emulator-container-scripts
  • Autoplay: 自动发布到google play.
  • Gradle Static Analysis Plugin: https://github.com/novoda/gradle-static-analysis-plugin
  • AndroidUtilCode: https://github.com/Blankj/AndroidUtilCode
  • Hijckr: https://github.com/JustinAngel/Hijckr
  • Roomigrant: 自动生成Room迁移代码: https://github.com/MatrixDev/Roomigrant
  • RoomExplorer: https://github.com/wajahatkarim3/RoomExplorer
  • android-framer: https://github.com/faruktoptas/androidframer
  • Dependency Tree Diff: https://github.com/JakeWharton/dependency-tree-diff
  • Gradle Doctor: https://github.com/runningcode/gradle-doctor
  • GloballyDynamic: https://github.com/jeppeman/GloballyDynamic
  • Dagger Browser: https://github.com/Snapchat/dagger-browser
  • Wormhole: https://github.com/JakeWharton/wormhole
  • MNML: https://github.com/afollestad/mnml

Prefer Storing Data with Jetpack DataStore

Jetpack DataStore, 现在在alpha, 立志于取代SharedPreferences.

Smaller APKs with resource optimization

Jake大神写的资源压缩效果评估.

你可能感兴趣的:(Android Weekly Notes #430)