Warm tip: This article is reproduced from stackoverflow.com, please click
android java android-livedata

Get only updated rows using Live Data

发布于 2020-03-31 22:55:42

I am using Room for db operations. In one scenario where I am using TreeView (custom lib) to inflate data. Inflated data change over time. Is there any why that my LiveData Observer only return those records which has updated? So I dont need to inflate whole TreeView.

Questioner
P Vartak
Viewed
23
P Vartak 2020-01-31 19:24

No, There is no such way

as per this comment