Androidstudio plugin Daquan

Source: Internet
Author: User
Tags root access checkstyle eventbus

Android-studio-plugins

Original address: Https://github.com/itgoyo/Android-Studio-Plugins welcome star~~~

Android-studio-plugins1.gsonformat

Quickly convert a JSON string into a Java bean, sparing us the process of writing a Java bean based on a JSON string.

How to use: Shortcut key alt+s You can also use Alt+insert to select Gsonformat

2.Android Butterknife Zelezny

With Butterknife implementation of annotations, never write Findviewbyid, think about the cool AH. Select the resource ID of the layout XML in Activity,fragment,adapter to automatically generate Butterknife annotations.

How to use: Ctrl+shift+b Select the options shown on the diagram

3.Android Code Generator

Quickly generate corresponding activity,fragment,adapter,menu based on the layout file.

4.Android parcelable Code Generator

JavaBean serialization, fast implementation of the Parcelable interface.

5.Android Methods Count

Show the number of methods in a dependent library

6.Lifecycle Sorter

The life cycle method location can be sorted according to activity or fragment life cycle, shortcut CTRL + ALT + K

7.CodeGlance

On the right you can preview the code for quick positioning

8.findbugs-idea

Find bugs for plugins, Android Studio also provides code review features (Analyze-inspect ... )

9.ADB WIFI

Debug your app wirelessly with WiFi without root access
You can also refer to the following articles:
Android WiFi Wireless Debugging app new gameplay adb WIFI

10.AndroidPixelDimenGenerator

Android Studio automatically generates the Dimen.xml file plugin

11.JsonOnlineViewer

requesting, debugging interfaces in Android studio

12.Android Styler

A plug-in that automatically generates style code based on XML

Usage:

A. Copy lines with the future style from your Layout.xml file
B. Paste it to Styles.xml file with Ctrl+shift+d (or context menu)
C. Enter name of new style in the modal window
D. Your style is prepared!

13.Android drawable Importer

This is a very powerful picture import plugin. It imports the Android icon with the material icon drawable, Bulk Import drawable, multi-source import drawable (that is, the import of a picture of various dpi corresponding to the picture)

14.SelectorChapek for Android

The selector file is automatically generated from the resource file name.

15.GenerateSerialVersionUID

Implementing serializable serialization Beans

Adds a new action ' serialversionuid ' in the Generate menu (ALT + INS). The action adds an SERIALVERSIONUID field in the current class or updates it if it already exists, and assigns it the same Value the standard ' serialver ' JDK tool would return. The action is a visible when idea is not a rebuilding its indexes, the class is serializable and either no Serialversionu ID field exists or its value was different from the one of the ' serialver ' tool would return.

16.genymotion

Faster Android Simulator

17.LeakCanary

It helps you to detect memory leaks conveniently during the development phase, which is easier and easier to use.
You can refer to the following articles:
Leakcanary instructions for use in Chinese

18.Android Postfix Completion

Can be based on the suffix to quickly complete the code, this belongs to the expansion bar, the system already has these functions, such as sout, notnull, etc., this plugin in the original based on the addition of some new features, I would like to do is through the original author's code to customize the function, it is more cool

19.Android Holo Colors Generator

Generate corresponding drawable and layout files by customizing the Holo theme Colors

20.dagger-intellij-plugin

Dagger Visual aids

21.GradleDependenciesHelperPlugin

Maven Gradle relies on support for auto-completion

22.RemoveButterKnife

Butterknife This third-party library after each update, the binding view of the annotations will change, from bind, to inject, and then to BindView, make a lot of people do not dare to upgrade, once upgraded, there will be a huge amount of code needs to be manually modified, very painful
When we have some great code that needs to be used for other projects, we find that the project has a limited use of third-party libraries, we can't use butterknife, and then we have to change from annotations back to Findviewbyid
For the above two cases, if the view is less good to say, if there are dozens of view, then we manually delete the annotations, write Findviewbyid statement, it is a nightmare (don't ask me why I know this is a nightmare)
So why not use a plug-in for a regular, repetitive, and simple job? So the idea of Removebutterknife appeared.

Specific introduction

23.AndroidProguardPlugin

One-click Build Project obfuscation code plug-in, it is worth you to install ~ (but there may be some third-party project confusion has not been added completely)

24.otto-intellij-plugin

The Otto event navigation tool.

25.eventbus-intellij-plugin

Eventbus Navigation plug-in (for the latest version of Eventbus 3.0.0 seems to be invalid, please replace it with Eventbus3-intellij-plugin this plugin address in 51st of this article)

26.idea-markdown

Markdown Plug-in

27.Sexy Editor

Set the background of the as code editing area

First click on the interface Settings button to enter the Settings screen, select Plugins, right Select Browser ..., enter sexy ... The following automatically pops up the candidate plugin, right click Install installation

Need to restart as after successful installation


After the restart is complete, enter the settings screen select other Setting under the sexy Editor, the right insert one or more pictures, the other settings above can set the azimuth interval transparency and so on, after the setup is complete, to close open files, reopen the project file can be edited in code Area displays the inserted picture as a background map of the code editing area.

28.folding-plugin

Plug-in for layout file grouping

29.android-dpi-calculator

DPI Compute plug-in

Use:

Or

30.gradle-retrolambda

Using the lambda expression plug-in in Java 6 7

Modify the compiled JDK to JAVA8:

31.Android Studio prettify

You can write strings in your code in the String.xml file

Select the string and right-click the image shown in the

This plugin can also automatically write Findviewbyid

32.Material Theme UI

Add material theme to your as

33..ignore

We all know that in git you want to filter out some of the files that you don't want to commit, you can add the files to the. Gitignore, and. Gitignore this Android Studio plugin chooses the template according to different language, so you don't have to bother to add some files. And there are auto-completion features, filter files no longer copy the file name. When we do the project, not all the files are to be submitted, such as the built build folder, the local configuration file, each module generated IML files, but every time we add,commit will accidentally add them up, and gitignore is to solve this pain point, If you don't want to submit a file, you can add it to the file when you create the project and block out some common things.

34.checkstyle-idea

Checkstyle-idea is a code-style plug-in that checks code specifications and styles like naming conventions, Javadoc, class design, and so you can follow Java code guidelines like Google Oracle, Of course, you can set the configuration file according to your own rules, which effectively constrains yourself to better follow the code writing specifications.

35.Markdown Navigator

Github:markdown Navigator
Markdown Plug-in

36.ECTranslation

Android Studio plugin,translate 中文版 to Chinese. The Android Studio Translator plugin can translate English into Chinese.

37.PermissionsDispatcher Plugin

Github:permissionsdispatcher Plugin
Code that automatically generates 6.0 permissions

38.WakaTime

Github:wakatime
Record your working hours on the IDE

39.AndroidWiFiADB

Wireless Debugging applications

40.AndroidLocalizationer

Android Studio/intellij Idea plugin that can be used to automatically translate a string resource in a project into another language

41.TranslationPlugin

Another translation plugin, can be translated in English and Chinese.

42.SingletonTest

Quickly create a preset for a singleton mode

43.BorePlugin

Android Studio automatically generates layout code plug-ins

Code generation rules

A. Automatic traversal of all files with IDs in the target layout, no ID processing is not recognized
B. The variable name generated by the control defaults to the ID name and can be modified in the Name entry field on the right side of the popup confirmation box
C. All buttons or controls with Clickable=true automatically generate Setonclicklistener-related code in your code
D. All edittext controls generate non-null judgment code in the code, if NULL will prompt edittext of hint content, if the hint is empty, then the XXX string can not be empty, and finally the validation of all input boxes will be merged into a Submit method
E. The include tag in the layout is automatically recognized and the controls in the corresponding layout are read

44.jimu Mirror

The ability to preview the Android layout in real time, it listens for changes to the layout file, and refreshes the UI as soon as the code changes.

45.jRebel for Android

Not only can do a real-time UI Layout preview, it even lets you change the Java code can be replaced in real-time apk class file, to apply real-time refresh, the official website is: Skip build, install and run, so it can save us a lot of time, It also has a very good effect.

46.sdk-manager-plugin

SDK Management plug-in, automatically detect updates and download. (picture is not related to plugin ha)

47.Codota

Search for the best Android code. (This plugin can be found directly inside studio)

48.LayoutFormatter

Drakeet Develop an Android studio plugin that formats your XML file in one click, as for why not use this plugin with the format feature of Android Studio, you can see the author's blog, and when we talk about the XML layout file code of the excellent Ya sex

49.android-strings-search-plugin

A plugin that can find Strings.xml resources by entering text

50.ideaVim

Vim itself is an excellent text editor, and Android Studio is an artifact for writing apps. What if two of great software is combined to feel like it?
For more information, see the article: Android Studio +vim

51.eventbus3-intellij-plugin

Boot Eventbus Post and event (valid for the latest version of Eventbus 3.0.0)
Major bug fixes work:
Modify package name and method name to fit Eventbus 3.X
Replace a class that does not already exist in the new version of the IntelliJ plugin SDK
Add several try-catch to prevent plug-ins from crashing

52.Exynap

Exynap a Androidstudio plugin that helps developers generate boilerplate code automatically

53.gradle-cleaner-intellij-plugin

Force clear delaying & no longer needed Gradle tasks.

54.MVPHelper

A plugin for Intellj idea and Android studio that can create interfaces for MVP and implement classes, freeing hands.
For more details, please see the mvphelper of the Android Studio plugin, with one click to generate the MVP Code article

If there is more fun and better use plug-in Welcome fork + Pull Request

Androidstudio plugin Daquan

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.