https://blog.csdn.net/zheng_weichao/article/details/72961791
1、Exynap Exynap
一个帮助开发者自动生成样板代码的 AndroidStudio 插件
2、MVPHelper
一款Intellj IDEA 和Android Studio的插件,可以为MVP生成接口以及实现类,解放双手。
3、Android Studio Prettify
可以将代码中的字符串写在string.xml文件中
4、EventBus3 Intellij Plugin
为 EventBus 提供快速索引和跳转(目前只支持 EventBus 3.x 版本) 从 EventBus.post 到 @Subscribe 或者 onEventMainThread 从 @Subscribe 到 EventBus.post
5、Android Styler
根据 xml 自动生成 style 代码的插件。需要把要生成 style 的代码 copy 到 styles.xml 中,选中进行设置。
6、JSONOnlineViewer
在 Android Studio 中,请求、调试接口
7、Android Code Generator
根据布局文件快速生成对应的Activity,Fragment,Adapter,Menu。
8、Lifecycle Sorter
可以根据Activity或者fragment的生命周期对其生命周期方法位置进行先后排序, windows 快捷键Ctrl + alt + K . Mac 快捷键 option + command + K
9、Android ButterKnife Zelezny
配合 butterknife 实现注解,不用再手动实现 findViewById 了。
10、GsonFormat
将 Json 字符串快速转成 JavaBean 对象,免去我们根据 Json 字符串手写对应 Java Bean 的过程.
11、SelectorChapek for Android
生成资源选择器
12、Translation
翻译
网友评论