gpt4 book ai didi

android - butterknife 中 bind 和 injectView 的区别

转载 作者:塔克拉玛干 更新时间:2023-11-02 19:13:20 26 4
gpt4 key购买 nike

我正在使用 butterknife 库。我不太了解如何使用它。我发现 injectView 和 bind 做同样的事情,但我不太确定。任何人都可以解释这两者之间的区别。

最佳答案

谁能解释一下这两者的区别?

@InjectView 已更改为 @Bind

Annotate fields with @Bind and a view ID for Butter Knife to find and automatically cast the corresponding view in your layout.

class YourActivity extends Activity {
@Bind(R.id.TvTitle) TextView title;

请检查以下链接。希望这会有所帮助。

  1. JakeWharton Butterknife
  2. The import butterknife.InjectView cannot be resolved

  3. Introduction Butter Knife

渐变

compile 'com.jakewharton:butterknife:7.0.1' //8.4.0 

https://github.com/JakeWharton/butterknife/blob/f65dc849d80f6761d1b4a475626c568b2de883d9/CHANGELOG.md

关于android - butterknife 中 bind 和 injectView 的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35123095/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com