AriesHoo / Android-Studio-Plugins-cn

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AndroidStudioPlugins

Android Studio 插件

Open Source Love License

传播❤️

GitHub stars GitHub forks GitHub watchersGitHub followers

关于

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

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

代码生成

插件名称 插件介绍 具体使用
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。

调试

插件名称 插件介绍 具体使用
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

工具

插件名称 插件介绍 具体使用
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 统计代码行数

License

Copyright (C) 2017 Bal 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 最全面的开发插件。

License:Apache License 2.0


Languages

Language:Java 100.0%