dynamite8 / resources-android-dev

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

Convert LiveData<List<Resource> Components to List<Resource> #64

Closed JaeW closed 6 years ago

JaeW commented 6 years ago

A reactive data wrapper in this context is overkill and stalling the project. Have database return List instead of LiveData<List>. Returning to minimum viable project criteria.