MobileApps-Cascadia / photopoints-android

MoBAS Course Project
MIT License
1 stars 0 forks source link

Update DAOs to return LiveData #104

Open gomezfox opened 4 years ago

gomezfox commented 4 years ago

The app will use LiveData going forward in compliance with Android Architecture recommendations. The addition of LiveData DAO methods will not interfere with existing code.

DoD: PlantDao and PointItemDao expanded to return LiveData