markrae / BookCollections

Android application for cataloging one's personal library.
1 stars 0 forks source link

research Data Persistance #21

Closed AdamD-2096 closed 6 years ago

AdamD-2096 commented 6 years ago

look into internal storage and database options.

markrae commented 6 years ago

At this point in time, we have settled on using serialized Java objects to store our data. With that, I'm closing this issue. Hurray!