美文网首页
Some Useful Plugins in Android S

Some Useful Plugins in Android S

作者: strivexj | 来源:发表于2017-09-27 13:18 被阅读0次

    Install plugins

    Click File->Settings->Plugin. You will see the following windows. There are three ways to install plugins. If you want to install it online, you can click the first two buttons. Then search the plugins you want to install. If you want to install a plugin through a jar file, you should click the last one, and locate your jar file to install.

    Install plugins.png

    CodeGlance

    If you are familiar with Sublime Text and get used to it, this plugin will absolutely suit for you. It can add a sidebar aside the AS just like the Sublime Text. Besides, you can change font color like Sublime Text through importing settings. You can download the settings.jar file there.

    CodeGlance.png

    GsonFormat

    This plugin can transfer a JSON string to java bean quickly, saving your valuable time.


    GsonFormat.gif

    ADB WIFI

    You can use wifi to connect your phone with AS, and debug your application through wifi. The important thing is that this plugin doesn't need a root permission.At the first time, you should connect your phone to the computer with USB cable, and click ADB USB to WIFI.


    ADBWIFI.png

    JsonOnlineViewer

    This plugin can be used to debug API interface.


    JsonOnlineViewer.gif

    Sexy Editor

    You may found that the picture I have shown above has a background picture in the coding area. If you also want to do so, install the wonderful plugin. After installed, you can add picture through File->Settings->Other Settings->Sexy Editor. Scroll to the end and click Add image(s).

    SexyEditor.png

    WakaTime

    You can use this plugin to record your code time. Visit WakeTime official website to see your coding time.

    WakaTime.png

    Material Theme UI

    This plugin can beautify your IDE using the material theme. There are three themes for you.


    MaterialTheme.png

    LayoutCreator

    Auto generator findViewById code in Activity or Adapter(ViewHolder) etc.

    LayoutCreator.gif

    AndroidLocalizationer

    相关文章

      网友评论

          本文标题:Some Useful Plugins in Android S

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