/ 技术向  

Android-开发常用工具清单

工具清单:

  • IDE:Android Studio

插件:

  • Codota
  • KeyMap x
  • Android ButterKnife Injections (Support Kotlin) 配合依赖 BindView 使用

依赖:

1
2
3
4

// @BindView 配合使用 Android ButterKnife Injections (Support Kotlin)
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'

@BindView 使用

依赖

插件

代码