LoginSignup
2
1

More than 3 years have passed since last update.

DataBindingとLiveDataで設定した値が反映されない

Posted at

何がしたかったのか

Dialogで表示する内容を動的に変えたかった。
Dialogのレイアウトを作成し、DataBindとLiveDataで表示する内容を設定したかった。

なぜ反映されなかったのか

DataBindでLiveDataを使うにあたってLifecycleOwnerを設定しないと反映されない。
Fragmentのレイアウトでは設定していたがDialogのDataBindで設定し忘れていた。

どうしたか

DialogのDataBindオブジェクトにsetLifeycleOwner()してあげたら反映されるようになった。
こんなことで1日悩んでしまっていたのがなんとも。

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1