Android Studio 常用插件

GsonFormat  快速将json字符串转换成一个JavaBean.

Android Code Generator 根据布局文件快速生成对应的Activity,Fragment,Adapter,Menu.

Android Parcelable code generator JavaBean快速实现Parcelable接口.

Lifecycle Sorter 据Activity或者fragment的生命周期对其生命周期方法位置进行先后排序.

CodeGlance 右边预览代码,实现快速定位.

ADB WIFI 使用wifi无线调试App

Android Styler 根据XML自动生成style代码

LayoutCreator 自动实例化xml

Android Postfix Comletion 快捷的生成toast、log、isEmpty等常用语句

Translation 快速翻译

butterknife 使用注解

findbugs 查找bug

jsononline viewer android studio 内调试接口

Styler  根据布局生成style

Drawable importer 批量导入图片

Prettify 将代码中的字符串写在string.xml中

Google Library Version Querier 快速添加Google依赖库和查询历史版本。

ECTraslation  将英文翻译中文

你可能感兴趣的:(Android,基础,工具)