Data Binding for youtube Player View #1231
-
Hey Community , i tried using databinding , inside the player view xml and it returns errors . it is working on other views efficiently but not on yt player view . Any Suggestion ?.
|
Beta Was this translation helpful? Give feedback.
Answered by
PierfrancescoSoffritti
Jul 22, 2025
Replies: 1 comment
-
You can't use data binding for that. You need to use the programmatic approach. See documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PierfrancescoSoffritti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't use data binding for that. You need to use the programmatic approach. See documentation.