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 commonly used Android Studio plug-ins

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

Share

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

This article mainly explains the "commonly used Android Studio plug-ins", the article explains the content is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "which commonly used Android Studio plug-ins" bar!

GsonFormat quickly converts Json strings into JavaBean objects, eliminating the process of handwriting the corresponding JavaBean according to Json strings.

Tips: you can use the shortcut keys alt + s (windows) / option + s (mac)

Android ButterKnife Zelezny

With butterknife to implement annotations, there is no need to manually implement findViewById.

Android Methods Count

Display the number of methods in the dependency library

Lifecycle Sorter

The life cycle method locations of Activity or fragment can be sorted according to their life cycle, windows shortcut key Ctrl + alt + K. Mac shortcut option + command + K

Android Code Generator

Quickly generate the corresponding Activity,Fragment,Adapter,Menu according to the layout file.

CodeGlance implements code preview on the right, similar to sublime, for quick positioning.

FindBugs-IDEA finds plug-ins for bug. Specific use of freddyyao's brief book article-> Code defect scanning artifact-FindBugs

ADB WIFI uses wifi to debug your app wirelessly without root permission

JSONOnlineViewer in Android Studio, request, debug interface

Android Styler automatically generates plug-ins for style code based on xml. You need to copy the code to generate style into styles.xml and select to set it.

Android Drawable Importer this is a very powerful image import plug-in. It imports Drawable of Android icon and Material icon, batch import Drawable, multi-source import Drawable (that is, import pictures corresponding to various dpi of a picture)!

Genymotion is a fast Android simulator that can be opened directly in Android Studio.

SQLScout Debug Database in Android Studio (SQLite) detailed usage reference: debug Database on Android Studio (SQLite)

GradleDependenciesHelperPlugin

Maven gradle dependency supports automatic completion

After each update of RemoveButterKnifeButterKnife, the third-party library, the notes binding to view will change. From bind, to inject, and then to bindview, many people do not dare to upgrade. Once upgraded, there will be a huge amount of code that needs to be manually modified, which is very painful when we have some great code to be used by other projects, but we find that there are restrictions on the use of third-party libraries in that project. We cannot use butterknife. We have to change from annotations to findviewbyid for the above two situations, if view is relatively small, and if there are dozens of view, then we manually delete comments and write findviewbyid statements one by one, which is simply a nightmare (don't ask me why I know this is a nightmare), so why can't this regular, repetitive and simple work be achieved with a plug-in? So RemoveButterKnife's idea came up.

AndroidProguardPlugin one-click generation project confusion code plug-in, it is worth installing ~

EventBus3 Intellij Plugin provides fast indexing and redirection for EventBus (currently only EventBus 3.x is supported) from EventBus.post to @ Subscribe or onEventMainThread from @ Subscribe to EventBus.post

Android Studio Prettify can write the string in the code in the string.xml file to select the string as shown in the right mouse button selection figure.

ECTranslationAndroid Studio translation plug-in, you can translate English into Chinese.

ExynapExynap, an AndroidStudio plug-in that helps developers generate boilerplate code automatically

MVPHelper, a plug-in for Intellj IDEA and Android Studio, can generate interfaces and implementation classes for MVP, freeing your hands. For more information, please see the MVPHelper of the Android Studio plug-in and generate MVP code with one click.

Thank you for your reading, these are the contents of "what commonly used Android Studio plug-ins have". After the study of this article, I believe you have a deeper understanding of what the commonly used Android Studio plug-ins have, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

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