Recommended several practical Android Studio plugins on the Web Day published on 2015-10-09 10:47 17,453th time Readplugins, Android StudioTen
Editor's recommendation: Rare earth nuggets, which is an application for technology developers, you can get the latest and best technical dry goods in the Nuggets, not only Android knowledge, front end, back end so that product and design are covered, want to be a friend of the whole stack of engineers do not miss!
Original source: HTTP://WWW.JIANSHU.COM/P/6F5F818AFE4B
1, Android-butterknife-zelezny
Android-butterknife-zelezny is a custom-made plug-in according to Butterknife, to facilitate the rapid initialization, for me is a prerequisite for development, I also have some optimization of this plug-in, personal feel more cool, Blog Address: Butterknifeplugin
2, Gsonformat
Java entity classes can be generated quickly based on JSON data
Simple entity class
Complex entity Classes
3. 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
4, Androidaccessors
Fast generation of Get and set method plug-in, in fact, the system is very fast, of course, this person feels faster
5, Lifecycle Sorter
The life cycle method location can be sorted according to activity or fragment life cycle, shortcut CTRL + ALT + K
6, Jsononlineviewer
Can be implemented directly in the Android Studio debugging interface data, you can choose the type of request, custom request header and request body, JSON data format after display, with Gsonformat will not be good?
7, Codeglance
Can be used to quickly locate the code, see a lot of editors have this feature, just think of Android studio to find the next, and really found
Note: The first picture is my own adaptation plugin, Butterknifeplugin, all of the above plugins can be found in the Android Studio plugin warehouse
The above is my usual work in the collection of slowly, hope to help everyone, if there are better use of plug-ins, please tell me ^0^
Recommended several practical Android Studio plugins