In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly explains "what are the excellent plug-ins for Android Studio". Friends who are interested may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn "what are the excellent plug-ins for Android Studio"?
1. Rainbow Brackets
Nested square parentheses can easily dazzle programmers, especially in the absence of bright spots. These parentheses are a headache in code review.
The RainbowBrackets plug-in adds beautiful rainbow colors to the code in parentheses, square braces, and curly braces. For beginners or developers who specialize in complex coding, Rainbow Brackets is the savior.
This plug-in also supports more than a dozen other programming languages, such as Objective-C, Scala, Python, HTML, SQL and so on.
2. SQLDelight
SQLDelight is one of the famous Kotlin multi-platform databases. It generates Kotlin APIs through SQL, which in turn creates the database based on the schema itself.
This plug-in is built by Square and also has IntelliJ and Android Studio plug-ins for syntax highlighting, code completion, and SQL query navigation.
3. CodeGlance
Similar to Sublime or Xcode,CodeGlance plug-ins embed code mini diagrams in the editor. The scroll bar has also increased. In the code mode of the CodeGlance preview file, users can quickly navigate to the target.
4. ADBWifi
Unlike iOS developers, Android developers cannot disconnect the USB connection when debugging a device. Although there is a set of ADB shell commands that can establish device connections through WIFI, it is much easier to use GUI shortcuts.
Users simply install the ADB Wifi plug-in, make sure that the host and phone are connected to the same network, and then establish a connection through Tools → android → ADB WIFI → ADBUSB to WIFI-and then run the application without a USB connection.
5. MaterialUI Theme
AndroidStudio provides a lovely vampire theme for dark mode enthusiasts. In some cases, changes can improve the theme, and Material UI Theme is designed for this purpose.
The plug-in has an attractive theme palette, provides a beautiful color scheme, supports most languages, as well as material icons, fills and a series of custom settings.
6. JSON To Kotlin Class
Using the JSON To Kotlin Class plug-in, you can convert JSON strings into Kotlin data classes more quickly. In addition, this plug-in supports:
Series of comments for the JSON library-Gson, Jackson, Fastjson, Moshi, LoganSquare, etc.
Initialize the property with the default value and allow it to be an empty array.
Rename the attribute name to the camelCase style and create the class as an inner class or a single class.
Load JSON from the local file / HttpURL, provided the JSON string is valid.
7. ADBIdea
The ADB Idea plug-in is suitable for Android Studio and Intellij IDEA environments and can accelerate the daily development of Android. ADB Idea provides click shortcut commands to start, uninstall, terminate the application, revoke permissions, and clear application data.
To invoke this plug-in, use the path of Tools- > Android- > ADB Idea, or search for commands directly from Find Actions.
There is also an adb-enhanced plug-in that allows users to quickly switch between mobile data and power saving modes.
8. Codota
Codota is an AI-based programming plug-in that uses machine learning to code crowdsourcing from millions of code snippets (Java, Javascript, Python, etc.) according to specific situations. It also allows users to embed common code snippets directly to improve development skills and reduce the chance of errors.
As shown in the following figure, it shows the probability of completion of each code in the autocomplete options list, with the code most likely to be implemented highlighted in the editor (just press the right arrow).
9. Name That Color
If you are confused about the color codes in the Android code base, don't panic, this is a common problem for developers! Although coding is usually an art, not all developers are good at developing color codes, especially all kinds of color codes. In this case, enter a feature name such as red1,blue_lighter, or red2.
Fortunately, there is a great plug-in that can help you name your code. You only need to paste the hexadecimal code into the color resource file, and the system generates the best matching design material or material palette name.
10. String Manipulation
The next step is to introduce the StringManipulation plug-in that provides various ways to manipulate strings.
The String Manipulation plug-in can do everything from switching case to switching between animals such as camel, snake, and kebab, to repeatedly incrementing, sorting, escaping / anti-escaping HTML, Java, SQL, PHP, XML strings, and performing filtering operations such as grep.
11. Vector Drawable Thumbnails
To preview XML files that can be drawn by vectors, we usually have to rebuild the project. Use vectors to draw thumbnails, and we can click to preview all vectors to draw objects.
12. Kotlin Fill Class
Typically, developers need to quickly create Kotlin classes with default properties. The IntelliJ plug-in is designed for this purpose. It provides intentional operations for empty body constructors and functions, allowing you to initialize parameters quickly.
13.TabNine
TabNine is an automatic completion plug-in, which uses deep learning to provide intelligent advice to speed up the coding process.
It supports 20 programming languages and has been trained from about 2 million files from GitHub. To predict the next "token", it looks for existing patterns in the training dataset. This gives TabNine a place in idiomatic programming.
14. KeyPromoter X
KeyPromoter X is an IntelliJ IDE plug-in that helps you learn basic shortcuts as you work. When you use the mouse over a button in IDE, the plug-in prompts the developer which shortcut key to take.
It also displays a history of mouse actions and a list of corresponding keyboard shortcuts in the side pane. For buttons that do not have shortcut keys, KeyPromoter X displays a direct creation prompt.
15. ClearCache Plugin
Typically, when developers need to delete the cache, they must traverse the .gradle directory. It takes a lot of time. The author suggests creating a Gradle script to speed up the traversal process, but why "reinvent the wheel"?
By using the Clear Cache plug-in, we can retrieve all packages with a given prefix and delete packages that are no longer needed. The following is a demonstration:
16. Gradle Killer
Often, developers will regret doing Gradle builds or just want to stop the work immediately. You can run the ps command or look for Java.exe in the task manager, but this is cumbersome.
Today, the Gradle Killer plug-in adds a Kill Gradle icon to Android Studio's run menu. Just click this icon to reclaim memory! This feature benefits developers around the world.
17. FCMPush Sender
By setting up the registration ID for Firebase, we can use this plug-in to send push notifications directly from AndroidStudio. The plug-in can also register ID tokens using Firebase in Stetho dumpapp automatic search application sharing preferences.
The most prominent feature of the plug-in is the ability to send notifications to multiple debuggable devices. We can send a data message or a complete message, as follows:
18. SQLScout
The SQLScout plug-in provides first-class SQLite support for Android Studio and IntelliJ IDEA, allowing developers to manage databases in real time. This allows developers to easily execute SQL queries in real time to update data tables when debugging an application.
It also supports room persistence libraries, as well as automatic generation of room entities, DAO, migrations, and database classes from existing database schemas. Database diagrams, with a SQL editor with syntax highlighting, can export schemas to different formats such as Excel-these functions can be achieved using the SQLScout plug-in.
19. MaterialDesign Icon Generator
This plug-in helps you add design icons to your Android application. It is easy to import text and specify color, size, and density.
20. NyanProgress
The last plug-in is also important, and NyanProgress's good progress bar will keep you through the build and rebuild of Gradle. A long waiting time will dampen the enthusiasm of developers. Fortunately, NyanProgress introduces NyanCat to the colorful progress bar, which makes the waiting period for developers no longer boring, and there is no need to always doubt whether the Gradle build has failed!
At this point, I believe you have a deeper understanding of "which Android Studio plug-ins are excellent". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.