search
HomeBackend DevelopmentPHP TutorialAndroidStudio excellent plug-in summary

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
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
Working with Flash Session Data in LaravelWorking with Flash Session Data in LaravelMar 12, 2025 pm 05:08 PM

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

Build a React App With a Laravel Back End: Part 2, ReactBuild a React App With a Laravel Back End: Part 2, ReactMar 04, 2025 am 09:33 AM

This is the second and final part of the series on building a React application with a Laravel back-end. In the first part of the series, we created a RESTful API using Laravel for a basic product-listing application. In this tutorial, we will be dev

cURL in PHP: How to Use the PHP cURL Extension in REST APIscURL in PHP: How to Use the PHP cURL Extension in REST APIsMar 14, 2025 am 11:42 AM

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Simplified HTTP Response Mocking in Laravel TestsSimplified HTTP Response Mocking in Laravel TestsMar 12, 2025 pm 05:09 PM

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

12 Best PHP Chat Scripts on CodeCanyon12 Best PHP Chat Scripts on CodeCanyonMar 13, 2025 pm 12:08 PM

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Notifications in LaravelNotifications in LaravelMar 04, 2025 am 09:22 AM

In this article, we're going to explore the notification system in the Laravel web framework. The notification system in Laravel allows you to send notifications to users over different channels. Today, we'll discuss how you can send notifications ov

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

PHP Logging: Best Practices for PHP Log AnalysisPHP Logging: Best Practices for PHP Log AnalysisMar 10, 2025 pm 02:32 PM

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

See all articles

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

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)