dynamite8 / resources-android-dev

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

Room - add Java POJO Entity for resource #32

Closed JaeW closed 6 years ago

JaeW commented 6 years ago

Entity is one of the 3 required components to create a SQLite db using Room Architecture Component.

Resource entity should contain the following fields: id, topic, description, url.