现在的Android Studio插件越来越多,依靠这些插件,我们开发者开发起来也越来越高效便利。
以下,只是我个人对自己经常使用的插件的一个收集整理(后期不断完善...)
1.GsonFormat
根据Gson库使用的要求,将JSONObject格式的String 解析成实体
项目地址:https://github.com/zzz40500/GsonFormat
2.android-butterknife-zelezny
配合ButterKnife实现注解,从此不用写findViewById
项目地址:https://github.com/avast/android-butterknife-zelezny

3.ECTranslation
Android Studio 翻译插件,可以将英文翻译为中文.
项目地址:https://github.com/Skykai521/ECTranslation

4.leakcanary
帮助你在开发阶段方便的检测出内存泄露问题
项目地址:https://github.com/square/leakcanary

5.AndroidWiFiADB
无线调试应用插件
项目地址:https://github.com/pedrovgs/AndroidWiFiADB


6.Genymotion
Genymotion模拟器插件

7.ParcelableGenerator
JavaBean序列化,快速实现Parcelable接口
项目地址:https://github.com/mcharmas/android-parcelable-intellij-plugin/

8.Lifecycle-Sorter
可以根据Activity或者fragment的生命周期对其生命周期方法位置进行先后排序。
项目地址:https://github.com/armandAkop/Lifecycle-Sorter
9.CodeGlance
在右边可以预览代码,实现快速定位
项目地址:https://github.com/Vektah/CodeGlance
10.Android Styler
根据xml自动生成style代码的插件



11.Android Postfix completion
可根据后缀快速完成代码,这个属于拓展吧,系统已经有这些功能,如sout、notnull等

备注:
本文参考自如下两篇文章,如需发现更多好用的插件,可继续阅读下如下两文。
拿走不谢!22 个 Android Studio 优秀插件汇总
本文精选了11款AndroidStudio插件,包括GsonFormat、ButterKnife Zelezny等,涵盖代码格式化、注解生成、翻译、内存泄漏检测、无线调试等多个方面,助力开发者提高开发效率。
236

被折叠的 条评论
为什么被折叠?



