Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

DataBinding has two important issues. #96

@KunMinX

Description

@KunMinX
  1. BindingAdapter do not support to any widget extends ViewGroup, such as DrawerLayout, TabLayout and so on.

  1. DataBinding Listener support is weird, for example:
    SeekBar.OnSeekBarChangeListener can bind app:onSeekBarChangeListener="@{click}" in layout well,while TabLayout.OnTabSelectedListener can not.
    app:onTabSelectedListener="@{click}" can not bind well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions