AndroidStudio excellent plug-in summary

WBOY
Release: 2016-07-25 08:43:40
Original
1032 people have browsed it
Part 1 Introduction to plug-ins
Google launched Android Studio based on IntelliJ IDEA Java IDE at the I/O Developer Conference in May 2013. Android Studio is a full-featured development tool that also provides support for third-party plug-ins. Let developers 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 Summary of plug-ins 1. Excellent plug-ins
  • Android ButterKnife Zelezny
    ButterKnife is a View injection framework focusing on the Android system, which can reduce a large amount of findViewById and setOnClickListener codes and generate visualization with one click. PS: I won’t post the renderings. You can see the download address and source code address of the plug-in, and loading the renderings is quite laggy.
    Plug-in download address: https://plugins.jetbrains.com/plugin/7369?pr=androidstudio
    Plug-in source code address: https://github.com/avast/android-butterknife-zelezny
    Plug-in tutorial: http://blog.csdn.net/dreamlivemeng/article/details/51261170
    Recommendation index: five stars
  • GsonFormat
    GsonFormat is a plug-in that quickly formats json data and automatically generates entity class parameters.
    Plug-in download address: https://plugins.jetbrains.com/plugin/7654?pr=androidstudio
    Plug-in source code address: https://github.com/zzz40500/GsonFormat
    Plug-in tutorial: http://blog.csdn.net/dreamlivemeng/article/details/51262538
    Recommendation index: four stars
  • Android Drawable Importer
    To accommodate all Android screen sizes and densities, every Android project contains drawable folders. Any developer with experience in Android development knows that in order to support all screen sizes, you must import different artboards for each screen type. The Android Drawable Importer plugin makes this job easier. It can reduce the effort required to import scaled images into Android projects. Android Drawable Importer adds an option to import artboards at different resolutions or scale specified images to a defined resolution. This plugin speeds up developers' artboard work.
    Plug-in download address: 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
    Automatically generate corresponding selectors based on resources.
    Plug-in download address: 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
    A plug-in that quickly implements the Parcelable interface.
    Plug-in download address: 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 using an ordinary text editor. It can make ordinary text content have a certain format through HTML-like markup syntax.
    Plug-in download address: https://plugins.jetbrains.com/plugin/5970?pr=
    Plug-in document address: https://github.com/nicoulaj/idea-markdown
    Recommendation index: four stars
  • Android Postfix completion
    Code can be quickly completed based on the suffix.
    Plug-in download address: 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-in to quickly implement get and set methods.
    Plug-in download address: 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 life cycle method positions according to the life cycle of the Activity or fragment.
    Plug-in download address: https://plugins.jetbrains.com/plugin/7742?pr=
    Plug-in source code address: https://github.com/armandAkop/Lifecycle-Sorter
    Recommendation index: Five stars
  • ADB WIFI allows wifi debugging without root.
    Plug-in download address: 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-in download address: https://plugins.jetbrains.com/plugin/7380?pr=
    Plug-in source code address: https://github.com/pbreault/adb-idea/
    Recommendation index: Five stars
  • CodeGlance
    The biggest use: can be used to quickly locate code.
    Plug-in download address: https://plugins.jetbrains.com/plugin/7275?pr=
    Plug-in source code address: https://github.com/Vektah/CodeGlance
    Recommendation index: five stars
  • JSONOnlineViewer
    It is possible to debug interface data directly in android studio. You can select the request type, customize the request header and request body, and display the json data after formatting
    Plug-in download address: 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 download address: 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 plugin that allows you to quickly test layouts on real devices. jimu Mirror allows previewing Android layouts updated with coding on the device. Plug-in download address: 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 download address: 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
    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 plugin is limited, it can be very useful if your application has a large number of string resources.
    Plug-in download address: 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 for testing native and hybrid mobile applications on emulators and Android devices. Robotium Recorder allows you to record test cases and user actions. You can also view system functionality and user testing scenarios during different Android activities.
    Plug-in download address: https://plugins.jetbrains.com/plugin/7513?pr=
    Official website of the plug-in: http://robotium.com/
    Recommendation index: four stars
  • Android Holo Colors Generator
    Generate corresponding Drawable and layout files by customizing Holo theme colors
    Plug-in download address: https://plugins.jetbrains.com/plugin/7366?pr=
    Plugin source code address: https://github.com/jeromevdl/android-holo-colors-idea-plugin
    Recommendation index: four stars
  • lint-cleaner-plugin
    Remove unused resources, including Strings, colors and dimensions. This is a Gradle plug-in, so you can check the source code on github for how to configure it.
    Plug-in source code address: https://github.com/marcoRS/lint-cleaner-plugin
    Recommendation index: four stars
  • codota
    This website collects a large amount of code, claiming to have more than 7 million code examples. Chrome and as plug-ins are provided.
    Plug-in download address: https://plugins.jetbrains.com/plugin/7638?pr=
    Official website of the plug-in: https://www.codota.com/
    Recommendation index: five stars
  • ECTranslation
    A translation plug-in for Android Studio (translate English to Chinese). Currently it can only be installed in jar format. The jar download address and usage method are described in detail on the source code address on github.
    Plug-in source code address: https://github.com/Skykai521/ECTranslation
    Recommendation index: four stars

Due to restrictions on uploading attachments and text, sometimes some pictures and text may not be displayed. For details, please see: http://mp.weixin.qq.com/s?__biz=MzI5ODI3NzY2MA==&mid=100000019&idx =1&sn=3c14748ae5ebe763bed89573546b3700#rd
Welcome everyone to communicate.
Scan the QR code below to get more and more beautiful articles! (Scan the QR code to follow for unexpected surprises!!)
Follow our WeChat subscription account (uniguytech100) and service account (uniguytech) to get more and more beautiful articles!
You are also welcome to join [Everyone Technology Network Discussion QQ Group], group number: 256175955, please note your personal introduction! Let’s talk about it together!



(This article is reproduced from the Internet, and the copyright belongs to the author)








source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template