android / codelab-android-room-with-a-view

Apache License 2.0
746 stars 490 forks source link

RoomDatabase and WordRoomDatabase the same thing? #228

Open chernhaw opened 1 year ago

chernhaw commented 1 year ago

In https://developer.android.com/codelabs/android-room-with-a-view?hl=en#7

Can I confirm the RoomDatabase in paragraph

Your Room database class must be abstract and extend RoomDatabase. Usually, you only need one instance of a Room database for the whole app.

Should be WordRoomDatabase