美文网首页
Android Studio 比较好用的插件

Android Studio 比较好用的插件

作者: mt大山 | 来源:发表于2018-12-03 16:01 被阅读0次

    Android ButterKnife Zelezny

    结合ButterKnife更快的实现注解

    compile 'com.jakewharton:butterknife:8.8.1'
    annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
    

    Android Code Generator

    可根据布局自动生成Activity,Fragment,Adapter等。

    Android Postfix Completion

    快速实现Toast,Log,findViewById,isEmpty,vg(View.VISIBLE or View.GONE)。

    ECTranslation

    翻译(相当于一个词典了)

    JSONOnlineViewer

    可实现直接在android studio中调试接口数据,可以选择请求类型,自定义请求头及请求体,json数据格式化后展示。

    Lifecycle Sorter

    对Activity的生命周期排序。

    Statistic

    统计代码量(申请软著的时候可能会用到)

    Alibaba Java Coding Guidelines

    检查代码规范。

    GSonFormat

    将服务器返回Json数据转化为实体类。
    配合JSONOnlineViewer开发更快

    Kotlin下载页:https://plugins.jetbrains.com/plugin/6954-kotlin

    相关文章

      网友评论

          本文标题:Android Studio 比较好用的插件

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