美文网首页Android好文收录
朕用的Android Plugin

朕用的Android Plugin

作者: 清明捉鬼 | 来源:发表于2018-01-11 16:30 被阅读13次

    • gradle-retrolambda
      在java6,java7中也能使用Lambda表达式。这个使用方式跟其他插件不同,使用方式请看github的说明。
      插件源码地址:https://github.com/evant/gradle-retrolambda
      推荐指数:五星




    • lint-cleaner-plugin
      删除未使用的资源,包括String字符串,颜色和尺寸。 这是一个Gradle插件,所以如何配置可以去github的源码上看。
      插件源码地址:https://github.com/marcoRS/lint-cleaner-plugin
      推荐指数:四星




    • checkstyle-idea
      CheckStyle-IDEA 是一个检查代码风格的插件,比如像命名约定,Javadoc,类设计等方面进行代码规范和风格的检查,你们可以遵从像Google Oracle 的Java 代码指南 ,当然也可以按照自己的规则来设置配置文件,从而有效约束你自己更好地遵循代码编写规范。
      插件下载地址:https://plugins.jetbrains.com/plugin/1065?pr=androidstudio
      插件源码地址:https://github.com/jshiell/checkstyle-idea
      推荐指数:四星








    相关文章

      网友评论

        本文标题:朕用的Android Plugin

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