-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FragmentDataBinding viewBinding lifecycleOwner参数疑问 #18
Comments
嗯嗯,是的, viewLifecycleOwner 更合适 |
作者你好,请问方便给这个提交打一个版本吗?项目里面要使用。感谢! |
嗯嗯,刚才已经升级到 1.1.0,现在已经可以用了
|
版本号写"1.1.+"也可以 |
另外,请问源码关联是去掉了吗,1.0.9(1.0.8及之前版本)之前是可以看到源码的,新版本看不到源码,偶尔想跟踪一下实现、分析/温习一下原理,看不到源码感觉没这么方便。 |
源码没有做处理,是可以看到的,不要使用 + 号,我刚才联系了一位小伙伴测试也是正常的,下载不了的问题,请问一下你是否添加了 aliyun 仓库,或者 clean 一下本地之后在测试一下
|
请问一下,现在是否可以下载了,我有联系了好几个小伙伴,添加 或者 不添加 aliyun 仓库,1.1.0 都可以正常下载下来,如果还是有问题,欢迎添加我的微信 hi-dhl |
非常感谢的反馈,刚才试了一下,确实是只使用 aliyun 仓库,会提示找不到, 估计是官方即将停用 jcenter 仓库的原因 我正准备迁移的 meaven 仓库,首次迁移到 meaven 仓库官方审核的时间比较长, 可以先暂时使用 1.0.9 ,等我同步过去之后,在跟你说 |
好的,非常感谢! |
@start141 1.1.2 已经通过审核在 meaven 可见了,同时也可以使用 阿里云仓库 public
|
FragmentDataBinding viewBinding lifecycleOwner是否应该使用viewLifecycleOwner更为恰当呢?
参照architecture-components-samples代码-1
参照architecture-components-samples代码-2
参照architecture-components-samples代码-3
The text was updated successfully, but these errors were encountered: