Features
Installion
Usage
[Usage Screenshot](https://github.com/boredream/BorePlugin#Usage Screenshot)
[Generation Rule](https://github.com/boredream/BorePlugin#Generation Rule)
Vertion
auto create the "findViewById", "btn_submit.setOnClickListener" etc. code in Activity/Fragment or Adapter
if you have any question, you can make a issue~
Search "Layoutcreator" in Android Studio plugin repositories, then install it!
- create a Activity, then write the "onCreate" method and setContentView(R.layout.YOUR_LAYOUT)
- choose the layout name, then select "Generate"-"LayoutCreator"
(or select "Code" - "LayoutCreator" in Menu bar - then it will show a dialog with all views
- press "Confirm" to generate code
- scan all views in layout witch only has the "id" attr
- all the views will show in the dialog, then you can rename it
- all the Button or the views whitch has clickable=true will generate "Clickc" code
- all the EditText will generate validate code
- the layout in will be scaned
- 1.0 init
- 1.1 support Fragment and ViewHolder code
- 1.2 add EditText validate code
- 1.3 fix the bug: duplicate generate field
- 1.4 add "select/unselect all"
support difference type of name