美文网首页
google dataBinding 的详细用法

google dataBinding 的详细用法

作者: sunny635533 | 来源:发表于2020-01-16 10:29 被阅读0次

    参考地址:https://juejin.im/post/5c76aa1c6fb9a04a0a5fdc61

    个人使用dataBinding,遇到最大的坑是include标签使用。
    先上代码,include外面:


    image.png
    image.png

    include里面:


    image.png

    这里有个坑,就是layout必须包含:
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:bind="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools",否则会一直无法binding成功!

    相关文章

      网友评论

          本文标题:google dataBinding 的详细用法

          本文链接:https://www.haomeiwen.com/subject/vqhfzctx.html