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
What are some common problems that can cause PHP sessions to fail?What are some common problems that can cause PHP sessions to fail?Apr 25, 2025 am 12:16 AM

Reasons for PHPSession failure include configuration errors, cookie issues, and session expiration. 1. Configuration error: Check and set the correct session.save_path. 2.Cookie problem: Make sure the cookie is set correctly. 3.Session expires: Adjust session.gc_maxlifetime value to extend session time.

How do you debug session-related issues in PHP?How do you debug session-related issues in PHP?Apr 25, 2025 am 12:12 AM

Methods to debug session problems in PHP include: 1. Check whether the session is started correctly; 2. Verify the delivery of the session ID; 3. Check the storage and reading of session data; 4. Check the server configuration. By outputting session ID and data, viewing session file content, etc., you can effectively diagnose and solve session-related problems.

What happens if session_start() is called multiple times?What happens if session_start() is called multiple times?Apr 25, 2025 am 12:06 AM

Multiple calls to session_start() will result in warning messages and possible data overwrites. 1) PHP will issue a warning, prompting that the session has been started. 2) It may cause unexpected overwriting of session data. 3) Use session_status() to check the session status to avoid repeated calls.

How do you configure the session lifetime in PHP?How do you configure the session lifetime in PHP?Apr 25, 2025 am 12:05 AM

Configuring the session lifecycle in PHP can be achieved by setting session.gc_maxlifetime and session.cookie_lifetime. 1) session.gc_maxlifetime controls the survival time of server-side session data, 2) session.cookie_lifetime controls the life cycle of client cookies. When set to 0, the cookie expires when the browser is closed.

What are the advantages of using a database to store sessions?What are the advantages of using a database to store sessions?Apr 24, 2025 am 12:16 AM

The main advantages of using database storage sessions include persistence, scalability, and security. 1. Persistence: Even if the server restarts, the session data can remain unchanged. 2. Scalability: Applicable to distributed systems, ensuring that session data is synchronized between multiple servers. 3. Security: The database provides encrypted storage to protect sensitive information.

How do you implement custom session handling in PHP?How do you implement custom session handling in PHP?Apr 24, 2025 am 12:16 AM

Implementing custom session processing in PHP can be done by implementing the SessionHandlerInterface interface. The specific steps include: 1) Creating a class that implements SessionHandlerInterface, such as CustomSessionHandler; 2) Rewriting methods in the interface (such as open, close, read, write, destroy, gc) to define the life cycle and storage method of session data; 3) Register a custom session processor in a PHP script and start the session. This allows data to be stored in media such as MySQL and Redis to improve performance, security and scalability.

What is a session ID?What is a session ID?Apr 24, 2025 am 12:13 AM

SessionID is a mechanism used in web applications to track user session status. 1. It is a randomly generated string used to maintain user's identity information during multiple interactions between the user and the server. 2. The server generates and sends it to the client through cookies or URL parameters to help identify and associate these requests in multiple requests of the user. 3. Generation usually uses random algorithms to ensure uniqueness and unpredictability. 4. In actual development, in-memory databases such as Redis can be used to store session data to improve performance and security.

How do you handle sessions in a stateless environment (e.g., API)?How do you handle sessions in a stateless environment (e.g., API)?Apr 24, 2025 am 12:12 AM

Managing sessions in stateless environments such as APIs can be achieved by using JWT or cookies. 1. JWT is suitable for statelessness and scalability, but it is large in size when it comes to big data. 2.Cookies are more traditional and easy to implement, but they need to be configured with caution to ensure security.

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

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.