How to combine the result of 2 LiveData fields into another LiveData field of a different type

前端 未结 0 584
既然无缘
既然无缘 2020-12-29 08:12

I have a ViewModel class with 2 livedata observables (eg a and b) that are both of a nullable type and I want to add a new boolean observable (eg <

相关标签:
回答
  • 消灭零回复
提交回复
热议问题