推荐几款实用的Android Studio 插件
1、android-butterknife-zelezny
android-butterknife-zelezny 是根据butterknife定制的一款插件,能够方便快速初始化,
注意:需要先导入butterknife包才能使用
2、Gsonformat
可根据json数据快速生成java实体类
3、Android Postfix Completion
4、AndroidAccessors
5、Lifecycle Sorter
可以根据Activity或者fragment的生命周期对其生命周期方法位置进行先后排序,快捷键Ctrl + alt + K
6、JsonOnlineViewer
7、CodeGlance
8、findBugs-IDEA
顾名思义,就是帮你一起找bug的,当然Android Studio也提供了代码审查的功能(Analyze-Inspect Code...)
以上所有插件都可在android Studio plugin 仓库中找到
android-butterknife-zelezny 是根据butterknife定制的一款插件,能够方便快速初始化,
注意:需要先导入butterknife包才能使用
2、Gsonformat
可根据json数据快速生成java实体类
3、Android Postfix Completion
4、AndroidAccessors
5、Lifecycle Sorter
可以根据Activity或者fragment的生命周期对其生命周期方法位置进行先后排序,快捷键Ctrl + alt + K
6、JsonOnlineViewer
7、CodeGlance
8、findBugs-IDEA
顾名思义,就是帮你一起找bug的,当然Android Studio也提供了代码审查的功能(Analyze-Inspect Code...)
以上所有插件都可在android Studio plugin 仓库中找到