Home Backend Development PHP Tutorial AndroidStudio excellent plug-in summary

AndroidStudio excellent plug-in summary

Jul 25, 2016 am 08:43 AM

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)








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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Will R.E.P.O. Have Crossplay?
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Explain JSON Web Tokens (JWT) and their use case in PHP APIs. Explain JSON Web Tokens (JWT) and their use case in PHP APIs. Apr 05, 2025 am 12:04 AM

JWT is an open standard based on JSON, used to securely transmit information between parties, mainly for identity authentication and information exchange. 1. JWT consists of three parts: Header, Payload and Signature. 2. The working principle of JWT includes three steps: generating JWT, verifying JWT and parsing Payload. 3. When using JWT for authentication in PHP, JWT can be generated and verified, and user role and permission information can be included in advanced usage. 4. Common errors include signature verification failure, token expiration, and payload oversized. Debugging skills include using debugging tools and logging. 5. Performance optimization and best practices include using appropriate signature algorithms, setting validity periods reasonably,

Describe the SOLID principles and how they apply to PHP development. Describe the SOLID principles and how they apply to PHP development. Apr 03, 2025 am 12:04 AM

The application of SOLID principle in PHP development includes: 1. Single responsibility principle (SRP): Each class is responsible for only one function. 2. Open and close principle (OCP): Changes are achieved through extension rather than modification. 3. Lisch's Substitution Principle (LSP): Subclasses can replace base classes without affecting program accuracy. 4. Interface isolation principle (ISP): Use fine-grained interfaces to avoid dependencies and unused methods. 5. Dependency inversion principle (DIP): High and low-level modules rely on abstraction and are implemented through dependency injection.

Explain the concept of late static binding in PHP. Explain the concept of late static binding in PHP. Mar 21, 2025 pm 01:33 PM

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

How to automatically set permissions of unixsocket after system restart? How to automatically set permissions of unixsocket after system restart? Mar 31, 2025 pm 11:54 PM

How to automatically set the permissions of unixsocket after the system restarts. Every time the system restarts, we need to execute the following command to modify the permissions of unixsocket: sudo...

How to send a POST request containing JSON data using PHP's cURL library? How to send a POST request containing JSON data using PHP's cURL library? Apr 01, 2025 pm 03:12 PM

Sending JSON data using PHP's cURL library In PHP development, it is often necessary to interact with external APIs. One of the common ways is to use cURL library to send POST�...

Framework Security Features: Protecting against vulnerabilities. Framework Security Features: Protecting against vulnerabilities. Mar 28, 2025 pm 05:11 PM

Article discusses essential security features in frameworks to protect against vulnerabilities, including input validation, authentication, and regular updates.

Customizing/Extending Frameworks: How to add custom functionality. Customizing/Extending Frameworks: How to add custom functionality. Mar 28, 2025 pm 05:12 PM

The article discusses adding custom functionality to frameworks, focusing on understanding architecture, identifying extension points, and best practices for integration and debugging.

See all articles