美文网首页
Android开发中的一些小技巧推荐

Android开发中的一些小技巧推荐

作者: pighead4u | 来源:发表于2016-06-30 11:09 被阅读35次

    android自带的特性:

    http://blog.chengyunfeng.com/?p=755– android开发小工具之:tools属性(在开发/调试阶段,需要显示文字或者可见度,但是在真实场景中,不显示内容或者不可见)

    http://blog.chengyunfeng.com/?p=771– android开发小工具之:Annotation(契约式编程,里面包含了 Android 开发中常用的代码检测注解,帮助开发者提高代码质量)

    http://www.jianshu.com/p/07b551ee260b– android的开发者选项

    https://plus.google.com/+AndroidDevelopers/posts/Rq7o94kovqD--正确使用handler(需翻墙)

    android studio工具使用:

    http://stormzhang.com/devtools/2015/04/26/android-studio-extract-method/– 把某一段代码抽取,变成一个函数

    在布局文件中抽取 style :光标位于目标控件中 - 右键 - Refactor - Extract - Style

    http://waychel.com/shi-yong-android-studiode-lintqing-chu-wu-yong-de-zi-yuan-wen-jian/– 使用Android studio的lint清除无用资源文件

    http://waychel.com/shi-yong-android-studiocha-zhao-wen-jian-zhong-han-you-zhong-wen-zi-fu-chuan-wei-zhi/– 使用android studio查找文件中含有中文字符串位置

    http://tianweishu.com/2015/12/21/android-studio-debug-tips-you-may-not-know/?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io– android studio的调试技巧

    https://github.com/takahirom/android-postfix-plugin- 减少代码输入的小插件

    http://laobie.github.io/android/2016/02/14/android-studio-tips.html-各种牛叉的快捷键

    UI效率工具:

    http://angrytools.com/android/button/--写button样式的好工具

    android studio插件推荐:

    http://www.oschina.net/translate/codeuml-design-uml-diagrams-as-fast-as-you-can-code?print– 插件名:plantuml

    https://github.com/armandAkop/Lifecycle-Sorter- Lifecycle Sorter,对生命周期函数进行排序

    Android ButterKnife Zelezny

    GsonFormat

    相关文章

      网友评论

          本文标题:Android开发中的一些小技巧推荐

          本文链接:https://www.haomeiwen.com/subject/jqoxjttx.html