android studio 插件

File->Settings..->Plugins-->Browse repositores..搜索

GsonFormat

插件名称: GsonFormat


Android Parcelable code generator

在类中插入实现了Parcelable接口的代码。


Lifecycle Sorter

可以根据Activity或者Fragment的生命周期对其生命周期方法位置进行先后排序。

android studio 插件_第1张图片
image.png

CodeGlance

在右边可以预览代码,实现快速定位

android studio 插件_第2张图片
image.png

JsonOnlineViewer

在Android Studio中请求、调试接口

android studio 插件_第3张图片
image.png

postfix

此插件可以快速进行Log、Toast、isEmpty的代码书写。

android studio 插件_第4张图片
image.png
android studio 插件_第5张图片
image.png

Android Parcelable code generator

自动对bean对象继承parcelable接口,并实现相关函数。

直接【alt+insert】快捷键,然后选择parcelable,下一步……

注意:嵌套的类,需要对立面的类也实现parcelable接口。


findViewByMe

写好的xml文件 中,右击找到findViewByMe(记住是在xml文件中进行该步操作),然后就可以快速获得findViewById,这里要手动复制到class文件中

android studio 插件_第6张图片
image.png

更多插件参考:
使Android Studio更高效的几款插件推荐

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