Android Studio插件

1.Translation

中英文翻译插件

2.GsonFormat

json转JavaBean

3.Android ButterKnife Zelezny

配合ButterKnife实现注解

4.Android Code Generator

根据layout生成Activity,Fragment,Adapter,Menu

5.Android Parcelable code generator

JavaBean序列化,实现Parcelable接口

6.findBugs-IDEA

查找Bug的插件

7.Android Wifi ADB

无线连接手机

8.JsonOnlieViewer

在Andorid Studio中请求调试接口

9.Android Styler

根据xml生成style代码

10.genymotion

Android速度快的模拟器

11.dagger-intellij-plugin

下载地址:https://github.com/square/dagger-intellij-plugin

12.Gradle Dependencies Helper

Gradle自动补全

13.otto-intellij-plugin

otto事件导航

14.EventBus3 intellij Plugin

eventbus导航插件

15.Android-DPI-Calculator

DPI计算插件

16.AndroidLocalizationer

将项目中的string资源自动翻译为其他语言

17.SingletonTest

快速生产单例模式

18.Codota

搜索代码

19.LayoutFormatter

格式化XML文件,比如ID,width等属性回按固定顺序排列

 

 

 

LeakCanary:发现内存泄露

BlockCanary:发现UI卡顿
 

你可能感兴趣的:(插件)