Aasiya3 / ElephantBook_FieldGuide

Apache License 2.0
1 stars 1 forks source link

Define how we plan to store persistent data #4

Closed bsakai2000 closed 3 years ago

bsakai2000 commented 3 years ago

We need to store Elephant and Location data in some sort of persistent storage. Right now it looks like Android Rooms are the best option. Need to decide on a schema and a storage method.

This does not include Image data, which needs to be tracked in a separate issue

bsakai2000 commented 3 years ago

For the Room library, we define our schema with Room entities

So we'd only need to redefine our current data objects Elephant and Location as data classes to use them in the database