亚洲精品久久久中文字幕-亚洲精品久久片久久-亚洲精品久久青草-亚洲精品久久婷婷爱久久婷婷-亚洲精品久久午夜香蕉

您的位置:首頁技術文章
文章詳情頁

android - AS中Module中沒法使用Butterknife.有什么好的替代?

瀏覽:115日期:2024-09-07 11:29:25

問題描述

說是Module中的R文件下的id不是final的。然后Butterknife就不行。。。估計別的注解類型的也不好使吧。。。于是乎有什么辦法么。。

詳見:https://github.com/JakeWharton/butterknife/issues/100

以下是作者JakeWharton在14年12月的原話。。。

Yes this is not supported. This is a tradeoff between ease-of-use and what I tolerate as a sane API.

The only way to accomplish something like this is to allow string values like this:

@InjectView(name = 'content_frame') protected FrameLayoutcontentFrame; The downside’s to this are:

The downside’s to this are:

It’s not rename-safe or compile-safe (kind of). If you open the layout XML for this and do an IDE-backed rename operation it will not catch this string and update it. It also means you can (technically) compile the above code if there is no content_frame ID that exists. Now the compilation will eventually fail because the generated code will become invalid.

It’s hard to know what R class to reference in the generated code, especially when you take into consideration the fact that you can use references to IDs that exist in libraries that you are referencing.

It forces us to have defaults for both the value and name properties on each annotation which means you can write @InjectView Foo foo and Butter Knife will have to fail the builder rather than javac.

Because of these facts, I have chosen not to support library projects.

One way that this could potentially be solved is to use a Gradle plugin rather than an annotation processor. I don’t have the time to explore something like that for a few months though.

問題解答

回答1:

Android Studio Prettify

這個插件自動生成findViewById等內容,你可以試試。 你說Butterknife不能用,應該是你用錯了吧,你仔細看看是不是用錯了。

回答2:

module中好像也沒看到別的,還是直接使用findViewById吧

回答3:

現在基本不用butterknife了,直接封裝一個方法在BaseActivity或BaseFragment

//BaseActivitypublic <T extends View> T $(@IdRes int resId){ return (T)super.findViewById(resId);}//BaseFragmentpublic <T extends View> T $(View layoutView, @IdRes int resId){ return (T)layoutView.findViewById(resId);}//使用TextView tvName=$(R.id.tv_name);回答4:

這個也行,功能比較多https://github.com/excilys/androidannotations

回答5:

最好使用系統自帶的findviewyid來查找id,第三方的工具之間使用會存在沖突

回答6:

RoboGuice?或者android annotation?

回答7:

android - AS中Module中沒法使用Butterknife.有什么好的替代?

相關文章:
主站蜘蛛池模板: 亚洲高清国产品国语在线观看 | 无码免费一区二区三区免费播放 | 特色一级片 | 亚洲人成在线免费观看 | 黄黄影院| 亚洲美女色在线欧洲美女 | 欧洲免费无线码二区5 | 日本第一次处毛片 | 老司机成人午夜精品福利视频 | 国产精品jizz在线观看免费 | 久久影院中文字幕 | xvideos最新亚洲入口 | 久久久久久99 | 日韩二区三区 | 国产精品情侣久久婷婷文字 | 亚洲在线观看免费视频 | 精品国产高清自在线一区二区三区 | 在线免费不卡视频 | a级影院| 欧美三级不卡在线观线看高清 | www.黄网站| 欧美日本三级 | 亚洲精品久久精品h成人 | 国产精品一级毛片不收费 | 成人在线精品 | 国产日韩欧美在线视频免费观看 | 免费色视频在线观看 | 亚洲香蕉久久综合网 | 黄色一级录像 | 在线观看永久免费视频网站 | 成人高清视频在线观看大全 | 在线高清视频18jin观看 | 欧美日韩一区二区在线视频播放 | 尤物在线影院点击进入 | 99久久精品免费看国产免费 | 美国一级毛片片aaa 美国一级毛片片aa久久综合 | 欧美色噜噜| 手机在线看片国产日韩生活片 | 成人日韩在线观看 | 国内自拍第五一页 | 欧美精品亚洲精品日韩经典 |