Page 1 of 1

With a room database. When performing queries, you'll often want your app's UI to update automatically when the data cha

Posted: Mon Aug 01, 2022 9:41 am
by answerhappygod
With a room database. When performing queries, you'll often want your app's UI to update automatically when the data changes. Can you use a return value of type LiveData in your query method description to achieve this?

A. Yes
B. No