Android Studio uses plugin recommendations
The recent upgrade of Android studio from 1.5 to 2.1, can be said to be a qualitative change, studio coding more cool, virtual machine smoother, faster compilation. Install some auxiliary plug-ins, cool to explode, here are recommended some Android studio plug-ins commonly used.
If you're not too familiar with Android studio, jump to the tutorial on using Android Studio here
1, Android-butterknife-zelezny
Android-butterknife-zelezny using this plugin, you don't have to re-Findviewbyid to bind your control ID, you just need to right-click on the layout to select this option to easily complete the binding. It is said that a key can be generated viewhold, but I do not use, and so on to summarize.
The use of Android-butterknife-zelezny needs to be added in Build.gradle: Compile ' com.jakewharton:butterknife:7.0.0 '.
2, Gsonformat
Java entity classes can be generated quickly based on JSON data
Android Postfix Completion
Quickly complete the code according to the code "dot" suffix, very useful.
Codeglance
For quick positioning of code, in a thousands of-line class file, you can quickly and easily locate the location of the code.
The above is my most commonly used plugins.
about the author
-Email:[email protected]
05Android Studio uses plug-in recommendations