Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在最佳实践段落中处理生命周期页面上的 Android 架构组件文档中,写道:
使用数据绑定来维护视图和 UI 控制器之间的干净接口。
有人可以为我提供有关如何一起使用这些库的示例的链接吗?
您可以查看这个 Google 示例,它同时应用了架构组件和数据绑定库。