googleinterns / play-movies-2020-intern

Apache License 2.0
1 stars 1 forks source link

Return LiveData from Daos #7

Closed jackstenglein closed 4 years ago

jackstenglein commented 4 years ago

Changes the Dao methods to return LiveData instead of the raw values in order to prepare for the repository/view model components.