AndroidStudio excellent plug-ins

Source: Internet
Author: User
AndroidStudio excellent plug-ins
Introduction to plug-ins

Google launched Android Studio based on IntelliJ IDEA Java IDE at the I/O developer conference in May 2013. AndroidStudio is a fully functional development tool and supports third-party plug-ins. Developers can develop programs faster and better.

Part 2 plug-in installation
  • In Android Studio: go to File → Settings → Plugins → Browse repositories and search for plug-in name

Or

  • In Android Studio: go to download it jar and install File → Settings → Plugins → Install plugin from disk
Part 3 plug-in summary1. excellent plug-ins
  • Android ButterKnife Zelezny
    ButterKnife is a View injection framework that focuses on the Android system. it can reduce a large amount of findViewById and setOnClickListener code and visualize one-click generation. PS: You don't need to post the plug-in. you can view the plug-in and source code addresses, and load the RAM card.
    Plug-in: https://plugins.jetbrains.com/plugin/7369? Pr = androidstudio
    Plug-in source code address: https://github.com/avast/android-butterknife-zelezny
    Plugin Tutorial: http://blog.csdn.net/dreamlivemeng/article/details/51261170
    Recommendation Index: five stars

  • GsonFormat
    GsonFormat is a plugin that quickly formats json data and automatically generates object-class parameters.
    Plug-in: https://plugins.jetbrains.com/plugin/7654? Pr = androidstudio
    Plug-in source code address: https://github.com/zzz40500/GsonFormat
    Plugin Tutorial: http://blog.csdn.net/dreamlivemeng/article/details/51262538
    Recommendation Index: Four stars

  • Android Drawable Importer
    To adapt to the size and density of all Android screens, each Android project contains the drawable folder. Anyone with android development experience knows that to support all screen sizes, you must import different artboards to each screen type. The Android Drawable Importer plug-in makes this work easier. It reduces the workload required to import and scale images to Android projects. Android Drawable Importer adds an option to import a canvas or scale a specified image to a defined resolution at different resolutions. This plug-in accelerates the drawing board of developers.
    Plug-in: https://plugins.jetbrains.com/plugin/7658? Pr = androidstudio
    Plug-in source code address: https://github.com/winterDroid/android-drawable-importer-intellij-plugin
    Plug-In tutorial address: http://blog.csdn.net/lee_sire/article/details/49684385
    Recommendation Index: Samsung

  • Android-selector-chapek/SelectorChapek for Android
    The selector is automatically generated based on the resource.
    Plug-in: https://plugins.jetbrains.com/plugin/7298
    Plug-in source code address: https://github.com/inmite/android-selector-chapek
    Recommendation Index: Samsung

  • Android Parcelable code generator
    Quickly implement the Parcelable interface plug-in.
    Plug-in: https://plugins.jetbrains.com/plugin/7332? Pr =
    Plug-in source code address: https://github.com/mcharmas/android-parcelable-intellij-plugin/
    Plug-In tutorial address: http://blog.csdn.net/kroclin/article/details/40902721
    Recommendation Index: Four stars

  • Markdown
    Markdown is a markup language that can be written in a common text editor. it uses HTML-like markup syntax to make the common text content have a certain format.
    Plug-in: https://plugins.jetbrains.com/plugin/5970? Pr =
    Plug-in document address: https://github.com/nicoulaj/idea-markdown
    Recommendation Index: Four stars

  • Android Postfix completion
    You can quickly complete the code according to the suffix.
    Plug-in: https://plugins.jetbrains.com/plugin/7775? Pr =
    Plug-In tutorial address: http://blog.jetbrains.com/idea/2014/03/postfix-completion/
    Recommendation Index: five stars

  • AndroidAccessors
    Plug-ins that quickly implement the get and set methods.
    Plug-in: https://plugins.jetbrains.com/plugin/7496? Pr =
    Plug-in document address: https://github.com/jonstaff/AndroidAccessors
    Recommendation Index: Samsung

  • Lifecycle Sorter
    You can sort the location of the lifecycle method based on the Activity or fragment lifecycle.
    Plug-in: https://plugins.jetbrains.com/plugin/7742? Pr =
    Plug-in source code address: https://github.com/armandAkop/Lifecycle-Sorter
    Recommendation Index: five stars

  • Adb wifi can be debugged without the need of root.
    Plug-in: https://plugins.jetbrains.com/plugin/7856? Pr =
    Plug-in source code address: https://github.com/layerlre/ADBWIFI
    Recommendation Index: five stars

  • ADB Idea
    Adb debugging tool, Uninstall App, Kill App, Start App, Restart App, Clear App Data, Clear App Data and Restart plug-ins: https://plugins.jetbrains.com/plugin/7380? Pr =
    Plug-in source code address: https://github.com/pbreault/adb-idea/
    Recommendation Index: five stars

  • CodeGlance
    Maximum purpose: it can be used to quickly locate code.
    Plug-in: https://plugins.jetbrains.com/plugin/7275? Pr =
    Plug-in source code address: https://github.com/Vektah/CodeGlance
    Recommendation Index: five stars

  • JSONOnlineViewer
    You can debug the interface data directly in android studio. you can select the request type, customize the request header and request body, and format the json data for display.
    Plug-in: https://plugins.jetbrains.com/plugin/7838? Pr =
    Recommendation Index: Four stars

  • FindBugs-IDEA
    Use FindBugs to help you find hidden bugs and bad practices.
    Plug-in: https://plugins.jetbrains.com/plugin/3847? Pr =
    Plug-in source code address: https://github.com/andrepdo/findbugs-idea/tree/master
    Recommendation Index: Four stars

  • Jimu Mirror
    This is a plug-in that allows you to quickly test the layout on a real device. Jimu Mirror allows you to preview the Android layout that is updated along with the encoding on the device. Plug-in: https://plugins.jetbrains.com/plugin/7517? Pr =
    Plug-In tutorial address: http://www.itnose.net/detail/6204426.html
    Recommendation Index: Four stars

  • JavaDoc
    Add comments to customize the template.
    Plug-in: https://plugins.jetbrains.com/plugin? Idea_ce & pluginId = 7157
    Plug-in source code address: https://github.com/setial/intellij-javadocs
    Recommendation Index: five stars

  • Android strings. xml tools
    It can be used to manage string resources in Android projects. It provides basic operations for sorting Android local files and adding missing strings. Although this plug-in is limited, if the application has a large number of string resources, this plug-in is very useful.
    Plug-in: https://plugins.jetbrains.com/plugin/7498? Pr =
    Plug-in source code address: https://github.com/constantine-ivanov/strings-xml-tools
    Recommendation Index: five stars

  • Robotium Recorder
    Robotium Recorder is an automated testing framework used to test native and hybrid mobile applications on simulators and Android devices. Robotium Recorder allows you to record test cases and user operations. You can also view the system functions and user test scenarios during different Android activities.
    Plug-in: https://plugins.jetbrains.com/plugin/7513? Pr =
    Agent official website: http://robotium.com/
    Recommendation Index: Four stars

  • Android Holo Colors Generator
    Generate the corresponding Drawable and layout file by customizing the Holo theme color
    Plug-in: https://plugins.jetbrains.com/plugin/7366? Pr =
    Plug-in source code address: https://github.com/jeromevdl/android-holo-colors-idea-plugin
    Recommendation Index: Four stars

  • Lint-cleaner-plugin
    Delete unused resources, including String, color, and size. This is a Gradle plug-in, so how to configure it can be viewed on the source code of github.
    Plug-in source code address: https://github.com/marcoRS/lint-cleaner-plugin
    Recommendation Index: Four stars

  • Codota
    The website collects a large amount of code and claims to be a code instance of more than million. Provides chrome and as plug-ins.
    Plug-in: https://plugins.jetbrains.com/plugin/7638? Pr =
    Agent official website: https://www.codota.com/
    Recommendation Index: five stars

  • ECTranslation
    A translation plug-in on androidstudio (translating English into Chinese ). Currently, only jar-based installation is supported. Jar and usage are described in detail at the source code address on github.
    Plug-in source code address: https://github.com/Skykai521/ECTranslation
    Recommendation Index: Four stars


Due to the attachment Upload and text restrictions, sometimes some pictures, text may not be displayed, see: http://mp.weixin.qq.com/s? _ Biz = MzI5ODI3NzY2MA ==& mid = 100000019 & idx = 1 & sn = 3c14748ae5ebe763bed89573546b3700 # rd

You are welcome to join us.

Scan the following QR code to get more exquisite articles! (Scan the QR code to check for any surprises you may not be interested in !!)

Follow our subscription number (uniguytech100) and Service number (uniguytech) for more exquisite articles!

You are also welcome to join the [discussion QQ group on the technical network], group number: 256175955. please note your personal introduction! Let's talk about it together!




(This article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.