Open gomezfox opened 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.
LiveData
DoD: PlantDao and PointItemDao expanded to return LiveData
PlantDao
PointItemDao
The app will use
LiveData
going forward in compliance with Android Architecture recommendations. The addition ofLiveData
DAO methods will not interfere with existing code.DoD:
PlantDao
andPointItemDao
expanded to returnLiveData