整理一下本身经常使用的Android Studio插件,防止重装系统丢失全部的插件,还要搜索,没有排序,根据字母索引。android
ButterKnife是一个专一于Android系统的View注入框架,能够减小大量的findViewById以及setOnClickListener代码,可视化一键生成。git
插件下载地址:https://plugins.jetbrains.com/plugin/7369?pr=androidstudiogithub
插件源码地址: https://github.com/avast/android-butterknife-zeleznymarkdown
为了适应全部Android屏幕的大小和密度,每一个Android项目都会包含drawable文件夹。任何具有Android开发经验的开发人员都知道,为了支持全部的屏幕尺寸,你必须给每一个屏幕类型导入不一样的画板。Android Drawable Importer插件能让这项工做变得更容易。它能够减小导入缩放图像到Android项目所需的工做量。Android Drawable Importer添加了一个在不一样分辨率导入画板或缩放指定图像到定义分辨率的选项。这个插件加速了开发人员的画板工做。框架
插件下载地址:https://plugins.jetbrains.com/plugin/7658?pr=androidstudio编辑器
插件源码地址:https://github.com/winterDroid/android-drawable-importer-intellij-pluginide
快速实现Parcelable接口的插件。ui
插件下载地址:https://plugins.jetbrains.com/plugin/7332?pr=idea
插件源码地址:https://github.com/mcharmas/android-parcelable-intellij-plugin/spa
一个获取第三方库的方法数信息的插件。
插件下载地址:https://plugins.jetbrains.com/plugin/8076?pr=
打开 Android 项目的资源文件时, 会自动对文件中的资源标签统计其被引用次数, 展现在标签的前面, 统计结果会过滤 build
路径和 bin
路径的引用。
插件下载地址:https://plugins.jetbrains.com/plugin/9885?pr=
插件文档地址:https://github.com/niorgai/Android-Resource-Usage-Count
最大的用途:可用于快速定位代码。
插件下载地址:https://plugins.jetbrains.com/plugin/7275?pr=
插件源码地址:https://github.com/Vektah/CodeGlance
根据Gson库使用的要求,将JSONObject格式的String 解析成实体
插件下载地址:https://plugins.jetbrains.com/plugin/7654?pr=
插件文档地址:https://github.com/zzz40500/GsonFormat
能够根据Activity或者fragment的生命周期对其生命周期方法位置进行前后排序。
插件下载地址:https://plugins.jetbrains.com/plugin/7742?pr=
插件源码地址:https://github.com/armandAkop/Lifecycle-Sorter
Markdown是一种可使用普通文本编辑器编写的标记语言,经过相似HTML的标记语法,它可使普通文本内容具备必定的格式。
插件下载地址:https://plugins.jetbrains.com/plugin/5970?pr=
插件文档地址:https://github.com/nicoulaj/idea-markdown
Android Studio/IntelliJ IDEA 翻译插件,可中英互译。