Using Butter Knife library for view injection

后端 未结 3 1662
暗喜
暗喜 2020-12-15 13:14

What i am doing::

  1. I am trying to run butter knife library for my simple project
  2. I have followed all the steps in documentation, but s
3条回答
  •  爱一瞬间的悲伤
    2020-12-15 13:47

    @Bind replaces @InjectView and @InjectViews. ButterKnife.bind and ButterKnife.unbind replaces ButterKnife.inject and ButterKnife.reset, respectively.

    look at this : @InjectView replaced ...

提交回复
热议问题