# Learning_Summary **Repository Path**: largerfish/Learning_Summary ## Basic Information - **Project Name**: Learning_Summary - **Description**: Learning_Summary - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-09-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # android学习总结 ### Ui # android studio常用工具 ---------------------- ## android 快速开发工具介绍 ### 1.Android Property Initializer 介绍:主要用作layout的初始化,根据布局文件自动生成findViewById,能够减少不少的开发时间 效果图:![Renderings](http://7xjwjf.com1.z0.glb.clouddn.com/gif/android/android_layout_init.gif) 插件地址:[Android Property Initializer](https://plugins.jetbrains.com/plugin/7377?pr=idea) ### 2.Android Studio Prettify 介绍:主要用作layout的初始化,根据布局文件自动生成findViewById,大体功能跟Android Property Initializer 一样,这个提供了插件的实现源码,能够很好的研究插件的实现方式 效果图:![Renderings](http://7xjwjf.com1.z0.glb.clouddn.com/gif/android/687474703a2f2f706c7567696e732e6a6574627261696e732e636f6d2f66696c65732f373430352f73637265656e73686f745f31343431382e706e67.png) 插件地址:[Android Studio Prettify](https://plugins.jetbrains.com/plugin/7405?pr=idea) github:[Android Studio Prettify](https://github.com/Haehnchen/idea-android-studio-plugin) ### 3.AndroidCodeGenerator 介绍:Android studio 插件,可以自动生成findViewById方法和ViewHold,能够快捷的生成adapter的viewholder 效果图:![Renderings](http://7xjwjf.com1.z0.glb.clouddn.com/gif/android/1438431576787hl1sn.gif) 插件地址:[AndroidCodeGenerator](https://github.com/fuxiuyuan/AndroidCodeGenerator) github:[AndroidCodeGenerator](https://github.com/fuxiuyuan/AndroidCodeGenerator) ### 4.ADBWIFI 介绍:能够通过wifi直接使用adb,感觉比线插好很多,只不过开始的时候需要通过连线,通过usb->wifi之后可以把线拔了继续使用,亲测,但是有些手机不开放端口,就没法使用了,比如小米手机。这个提供了插件的实现源码,能够很好的研究插件的实现方式 效果图:![Renderings](https://github.com/layerlre/ADBWIFI/raw/master/adbwifi.jpg?raw=true) 插件地址:[ADBWIFI](http://plugins.jetbrains.com/plugin/7405) github:[ADBWIFI](https://github.com/layerlre/ADBWIFI) ### 5.folding-plugin 介绍:实现资源目录的分组 效果图:![Renderings](http://7xjwjf.com1.z0.glb.clouddn.com/gif/android/Previe_Qwezxczxczxcwehjtyw.png) github:[ADBWIFI](https://github.com/dmytrodanylyk/folding-plugin) 代码自动生成 https://android.lineten.net/layout.php#