Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the common plug-ins for Android Studio

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

Editor to share with you what Android Studio plug-ins are commonly used, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!

GsonFormat

GsonFormat is a plug-in that quickly formats json data and automatically generates entity class parameters.

Address: https://github.com/zzz40500/GsonFormat

JsonToKotlinClass

JsonToKotlinClass is a plug-in for quickly formatting json data in Kotlin and automatically generating entity class parameters.

Address: https://github.com/wuseal/JsonToKotlinClass

ButterKnife

ButterKnife is a View injection framework focused on Android systems, which can reduce a lot of findViewById and setOnClickListener code and visualize one-click generation. ButterKnife is annotated at compile time and will not be burdened at run time. After the Build project, you will find that it generates the required code, that is, it does not use reflection or generate code at run time, so it does not cause any performance problems and does not affect application speed.

Address: https://github.com/JakeWharton/butterknife

Remove ButterKnife

Every time the third-party library of ButterKnife is updated, the annotations bound to view will change, from bind to inject to bindview. Once upgraded, there will be a huge amount of code that needs to be manually modified, so this plug-in can be quickly removed to change the annotation code into findviewbyId.

Address: https://github.com/u3shadow/RemoveButterKnife

AndroidWIFIADB

To debug the application wirelessly, you should first use usb to connect to the mobile phone, and make sure that the phone and the computer are in the same network segment.

Address: https://github.com/pedrovgs/AndroidWiFiADB

Android Postfix completion

According to the suffix to quickly complete the code, this plug-in adds some new functions to the original studio code

Usage: http://blog.csdn.net/markhulu/article/details/70436172

Address: https://plugins.jetbrains.com/plugin/7775-android-postfix-completion

Dash

You can quickly view the documentation of the selected method, which needs to be used with the Dash on the mac side.

Install the plug-in, select the method, and use the shortcut key command + shift + d

Address: https://github.com/gdelmas/IntelliJDashPlugin

Gradle Dependencies Helper

Maven Gradle depends on code auto-completion

Address: https://github.com/siosio/GradleDependenciesHelperPlugin

AndroidProguardPlugin

One-click build project obfuscation code plug-in

Address: https://github.com/zhonghanwen/AndroidProguardPlugin

Idea-gitignore

One click to generate ignore file

Usage: https://github.com/hsz/idea-gitignore/blob/master/README.md

Address: https://github.com/hsz/idea-gitignore

Exynap

An Android Studio plug-in that helps you quickly find and complete code insertion

Address: http://exynap.com/

AndroidSourceViewer

Android Studio online view Android and Java specified versions of the source code plug-in

Support viewing the source code of any version of Android / Java

Support to compare the source code differences between any two versions of Android / Java

Support Android official website document view and method positioning

Address: https://github.com/pengwei1024/AndroidSourceViewer

These are all the contents of the article "what are the common plug-ins for Android Studio?" Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report