Open ubiratansoares opened 9 years ago
Hi, this is a good idea. We should improve behavior in these cases.
I came here to request exactly this. I also use base classes and have to delete this stuff every time I use the plugin.
Good idea, we will accept a pull request for this.
Is not available now, this is a useful function, and add in, please?
Related with #74 .
Hi guys
Usually I`ve some BaseActivity and/or BaseFragment in my projects, something like
public abstract class BaseActivity extends AppCompatActivity {
}
I really love Butterknife Zelenzy, but the plugin does not play well with Butterknife binding as superclass-made behavior.
There is any way to provide an optional setting for this plugin to disable the lifecycle methods re-generation? Maybe a checkbox on the fields input screen ...
Thanks in advance and kudos for the amazing work!