2

I am working in a project to learn MVVM pattern. I used viewbinding from layout to auto generate binding classes. But when its come to Preference Fragment, I can't do the binding. I searched a lot, unfortunately nothing found.

Anyone please help me to find a way to code the Preference Fragment page in MVVM.

Ruthwik
  • 539
  • 1
  • 4
  • 5

1 Answers1

0

DataBinding for PreferenceScreen is still not supported.

Reference: https://stackoverflow.com/a/67136669/3422470

James
  • 4,573
  • 29
  • 32