Studio有什么奇技淫巧?
必裝插件:GsonForma:將 Json 字符串快速轉成 JavaBean 對象
CodeGlance:在右邊實現代碼預覽
FindBugs:查找 bug 的插件
Android Styler:根據 xml 自動生成 style 代碼的插件
Translation:翻譯插件
Lifecycle Sorter:根據Activity或者fragment的生命周期對其生命周期方法位置進行先后排序SelectorChapek for Android:過資源文件命名自動生成Selector文件.ignore:在Git 中想要過濾掉一些不想提交的文件,可以把相應的文件添加到.gitignore 中
Rainbow Brackets:彩虹括號
Android Parcelable code generator:自動對bean進行Parcelable
Codota:代碼提示和類API示例
小技巧:
tools:attribute > 預覽的時候顯示數據,運行之后不會出現
Extract Resource > 在布局或者代碼中 alt+enter快捷提取字符串,添加name
Shift + Alt + ↑或者↓ > 代碼移動上或者下.
Shift + Ctrl + ↑或者↓> 移動方法塊
......