MobileApps-Cascadia / photopoints-android

MoBAS Course Project
MIT License
1 stars 0 forks source link

Create item data class #128

Open gomezfox opened 4 years ago

gomezfox commented 4 years ago

implement an observable Item data class to group information from database about an Item. It is composed using a group of observables using MediatorLiveData from the set of LiveData Room entities DoD: Item responds to notifications from the set of LiveData entities into a single LiveData for use by other portions of app, most notably UI observers notifying observers when the underlying LiveData entities change