You need to sign in or sign up before continuing.
NY-9843: [AN]: Avoid using butterknife
Created by: rvc-brickabode
We have found that to use a more updated ButterKnife version or either try to use findviewbyid and do the binding 'manually' to avoid the problem. For this specific case we are suggesting the later. We are also delaying the binding of the views to onFinishInflate to decrease possibility of having null objects.
In addition, we would like to make a suggestion, that may take some time. We could refactor the codes that use ButterKnife, replacing to View Binding (built-in), making the code safer than just using either findViewById or ButterKnife. That is for future.