dynamite8 / resources-android-dev

Collection of resources for becoming an Android developer
7 stars 7 forks source link

Fixes #64. Change MutableLiveData<List<Resource>> components to List<Resource> #66

Closed JaeW closed 6 years ago

JaeW commented 6 years ago

Remove MutableLiveData<List> components and replace with List throughout dao, repository and viewModel. Updated Resource POJO entity by overloading constructor to allow null value for resourceType.

Fixes #64 .