@隨手筆記篇
windoms 應(yīng)用
Android studio :android開發(fā)工具
Gradle :Android studio編譯工具,工具自帶是有的
xftp :遠程文件傳輸
xshell :遠程訪問
TeamViewer :用于遠程支持、遠程訪問和在線協(xié)作,非常方便
智圖 :將png轉(zhuǎn)為webp的工具
fiddler
Android studio 插件
1 Android ButterKnife
ZeleznyButterKnife是一個專注于Android系統(tǒng)的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數(shù)據(jù),自動生成實體類參數(shù)的插件。
插件下載地址: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
該網(wǎng)站搜集了大量的代碼,號稱超過700W的代碼實例。提供了chrome和as插件。
插件下載地址:https://plugins.jetbrains.com/plugin/7638?pr=|
插件官方網(wǎng)址:https://www.codota.com/
6?AndroidProguardPluginAndroid
一鍵生成項目混淆代碼插件,現(xiàn)在jetbrains還在審核只能下載進行安裝了,不能通過as插件直接搜索安裝。插件下載地址:https://raw.githubusercontent.com/zhonghanwen/AndroidProguardPlugin/master/AndroidProguard.zip
插件源碼地址:https://github.com/zhonghanwen/AndroidProguardPlugin