Skip to content

Simplation/Android-Studio-Plugins-cn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AndroidStudioPlugins

Android Studio 插件

Open Source Love License

传播:heart:

GitHub stars GitHub forks GitHub watchersGitHub followers

关于

在 GitHub 上看到 Android-Studio-Plugins 项目并有了想法,这里想做一份比较全面的 Android Studio 开发插件整理,希望可以帮助更多的 Android 开发者来加快开发速度,也希望大家一起来维护。

以下在具体使用里面没有链接的在插件名称中的链接中

代码生成

插件名称 插件介绍 具体使用
Codota 直接在 IntelliJ 或 Android Studio 中从数百万程序中学习的代码完成,帮助您更快,更智能地编码。 链接
ButterKnifeZelezny 配合 ButterKnife 实现注解。 链接
RemoveButterKnife 取出 Butterknife 回到 findviewbyid。 链接
FindViewByMe 自动生成 findviewbyid。 链接
Android Studio Prettify 自动生成 findViewById 方法,可以选择是生成全局变量还是局部变量 链接
GsonFormat 快速将 json 字符串转换成一个 Java Bean,免去我们根据 json 字符串手写对应 Java Bean 的过程。 链接
Json to Pojo generator json 数据生成器,生成 Java Bean 类(和 GsonFormat 类似)。 链接
Parcelable code generators JavaBean 序列化,快速实现 Parcelable 接口。
.gitignore 自动补全功能添加文件到. gitignore 。 链接
Exynap 一个帮助开发者自动生成样板代码的 AndroidStudio 插件。
Android Postfix Plugin 可根据后缀快速完成代码。
Biu 压缩 PNG。
JSON To Kotlin Class (JsonToKotlinClass) 将 Json String 转换为 Kotlin

调试

插件名称 插件介绍 具体使用
Android Resource Usage Count 显示每个资源的使用次数
Android Methods Count 获取 Android 框架上方法数量。
Jetbrains Wakatime 统计个人日常编码时长。

UI设计

插件名称 插件介绍 具体使用
Material Theme UI EAP IDE 的 Material Theme 外观。
CodeGlance 预览代码,实现快速定位。
Codota 搜索最好的 Android 代码。
Android Drawable Importer
Android Icons

工具

插件名称 插件介绍 具体使用
Rainbow Brackets 实现配对括号相同颜色,并且实现选中区域代码高亮的功能。 链接
ECTranslation 翻译神器
Translation 翻译超神器 链接
GenyMotion Android 虚拟机
JSONOnlineViewer 在 Android Studio 中请求、调试接口 链接
gradle packer plugin Android 渠道打包工具
GradleDependenciesHelperPlugin maven gradle 依赖支持自动补全
lint cleaner plugin 用于删除 Android 项目中未使用的资源。
SQLScout 在 Android Studio 管理和更新 SQLite 数据库 。 链接
JRebel for android 高效调试神器
Android folding plugin 对 Android 资源文件分组
AndroidWiFiADB 通过 WiFi 连接您的 Android 设备
Permission Dispatcher 权限管理的插件
Git Flow Integration for Intellij
Android DPI calculator Android DPI 计算器。
idea markdown 针对 idea 的 Markdown 语言支持。
FIR_Plugin_Android 一键上传应用到 fir.im
Statistic 统计代码行数
Android Resouce Usage Count 计算资源文件使用次数
MVP Generator MVP 类生成器
Lifecycle Sorter 按活动或片段在应用程序中调用它们的顺序对生命周期方法进行排序

License

Copyright (C) 2017  sunzq
Copyright (C) 2017 Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

🎯 希望整理 Android Studio 最全面的开发插件。

Resources

License

Stars

Watchers

Forks

Languages

  • Java 100.0%