Join Slack
Powered by
Hi Everyone, I want to execute sub-query using Li...
# android
d
Deepti M
05/25/2020, 12:59 AM
Hi Everyone, I want to execute sub-query using LiveData observer mechanism. Is it possible? How? Thanks for help, in advance!
s
sasikanth
05/25/2020, 3:13 PM
You can try
Transformations
perhaps? or you can use `Flow`s and use
asLiveData
to convert them to
LiveData
.
https://developer.android.com/reference/androidx/lifecycle/Transformations
☝️ 1
3
Views
Open in Slack
Previous
Next