Android Studio clever but useless: 21 models have installed Android Studio plug-in

Foreword

Recent use Android Studio 3.5 preview, tidy way, common plug-ins.

GsonFormat

Json string will quickly turn into JavaBean objects, removed from the course of our correspondence Java Bean based Json string handwriting.

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

Android ButterKnife Zelezny

With butterknife Implementation Notes, you do not have to manually implement the findViewById.

Android Methods Count

The method of displaying the number of available library dependency

Lifecycle Sorter

Activity or fragment can be carried out according to the life cycle of its life-cycle approach position has sort, windows shortcuts Ctrl + alt + K. Mac keyboard shortcuts option + command + K

Android Code Generator

Quickly generate a corresponding Activity, Fragment, Adapter, Menu layout file.

CodeGlance

Implement the code preview on the right, similar to the sublime, rapid positioning.

FindBugs-IDEA

Find a bug plug. Jane books articles specific use of visible freddyyao -> Scan code defects artifact - FindBugs

ADB WIFI

Using wifi wireless debug your app, you do not need root privileges

JSONOnlineViewer

In Android Studio, request, debug interface

Android Styler

Automatically generating code style plug according to xml. To generate the required style code into styles.xml copy, select the set.

Android Drawable Importer

This is a very powerful image import plug-ins. It imports Drawable Android icon Material icon, bulk import Drawable, multi-source Import Drawable (ie import a variety of pictures dpi corresponding picture)

Genymotion

A faster Android emulator, you can directly open In Android Studio.

SQLScout

Debug database (SQLite) In Android Studio

Details Reference: debug database (SQLite) on the Android Studio

GradleDependenciesHelperPlugin

maven gradle rely on the support autocomplete

RemoveButterKnife

After ButterKnife this third-party libraries for each update, the binding annotation view will change, from bind, to inject, then bindview, and made a lot of people are afraid to upgrade, once the upgrade, there will be a huge amount of code needs to be manually modified very painful when we have some great code needs to get other items to use, but we found that the project on the use of third-party libraries is limited, we can not use butterknife, this time, we have to change it back from notes findviewbyid for the above two cases, if the view is relatively small, better said, if there are dozens of view, then we manually remove a number of comments, write findviewbyid statement is a nightmare (do not ask me why I know this is a nightmare) Therefore, this regular repeated simple task Why not use a plug-in to achieve it? So RemoveButterKnife idea appeared.

AndroidProguardPlugin

A key to build the project obfuscated code plug-ins, you deserve install ~

EventBus3 Intellij Plugin

Provides fast indexing and jump to EventBus (currently only supports EventBus 3.x versions)

From EventBus.post to @Subscribe or onEventMainThread

From @Subscribe to EventBus.post

Android Studio Prettify

A string code may be written to select the right mouse button to select the string in FIG string.xml file shown in

ECTranslation

Android Studio plug-in translation, in English can be translated into Chinese.

Exynap

Exynap a help developers automatically generate boilerplate code AndroidStudio plug

MVPHelper

A Intellj IDEA and Android Studio plug-ins, you can generate interfaces and implementation classes, hands free for the MVP.

For details, please see MVPHelper Android Studio plug-in, the MVP of code to generate a key article

In this I also share a big brother himself included finishing the Android architecture study PDF + Video + Interview + document source notes , as well as advanced technical architecture Advanced Brain Mapping, Android interview with thematic development, senior advanced information architecture these are my leisure boutique will be repeated read data. In the mind map, each point is equipped with a knowledge of the topic corresponding to the actual project, can effectively help you grasp the knowledge points.

In short we are also here to help enhance learning advanced, but also saves you the time to learn online search data can also be shared with close friends studying together

If you have a need, you can point like + comment , concern me , plus Vx: 15388039515 (Note CSDN, need information)

Published 200 original articles · won praise 83 · views 70000 +

Guess you like

Origin blog.csdn.net/weixin_45258969/article/details/104478022