Android开发过程中使用的工具

@随手笔记篇

windoms 应用

Android studio :android开发工具

Gradle :Android studio编译工具,工具自带是有的

xftp :远程文件传输

xshell :远程访问

TeamViewer :用于远程支持、远程访问和在线协作,非常方便

智图 :将png转为webp的工具

fiddler


Android studio 插件

1 Android ButterKnife
ZeleznyButterKnife是一个专注于Android系统的View注入框架,可以减少大量的findViewById以及setOnClickListener代码,可视化一键生成。
插件下载地址:https://plugins.jetbrains.com/plugin/7369?pr=androidstudio
插件源码地址:https://github.com/avast/android-butterknife-zelezny
插件教程:http://blog.csdn.net/dreamlivemeng/article/details/51261170

2 Remove ButterKnifeButterKnife
ZeleznyButterKnife这个第三方库每次更新之后,绑定view的注解都会改变,从bind,到inject,再到bindview,一旦升级,就会有巨量的代码需要手动修改,所以这个插件可以快速移除,将注解代码变成findviewbyId的形式。
插件下载地址:https://plugins.jetbrains.com/plugin/8432
插件源码地址:https://github.com/u3shadow/RemoveButterKnife
插件教程地址:https://github.com/u3shadow/RemoveButterKnife/blob/master/README.md

3 GsonFormat
GsonFormat是一个快速格式化json数据,自动生成实体类参数的插件。
插件下载地址:https://plugins.jetbrains.com/plugin/7654?pr=androidstudio
插件源码地址:https://github.com/zzz40500/GsonFormat
插件教程:http://blog.csdn.net/dreamlivemeng/article/details/51262538

4 CodeGlance
最大的用途:可用于快速定位代码。
插件下载地址:https://plugins.jetbrains.com/plugin/7275?pr=
插件源码地址: https://github.com/Vektah/CodeGlance

5 codota
该网站搜集了大量的代码,号称超过700W的代码实例。提供了chrome和as插件。
插件下载地址:https://plugins.jetbrains.com/plugin/7638?pr=|
插件官方网址:https://www.codota.com/

6 AndroidProguardPluginAndroid
一键生成项目混淆代码插件,现在jetbrains还在审核只能下载进行安装了,不能通过as插件直接搜索安装。插件下载地址:https://raw.githubusercontent.com/zhonghanwen/AndroidProguardPlugin/master/AndroidProguard.zip
插件源码地址:https://github.com/zhonghanwen/AndroidProguardPlugin


你可能感兴趣的:(Android开发过程中使用的工具)