CMPUT301F18T06 / ManTracker

CMPUT 301 Project
Apache License 2.0
0 stars 0 forks source link

Persistent Data #57

Closed ryfurrer closed 5 years ago

ryfurrer commented 5 years ago

There needs to be a concrete way of storing data for the app

ryfurrer commented 5 years ago

I would like us to use a database to store data. IntelliJ can be used to redo the UML after code refactoring to implement this.

ryfurrer commented 5 years ago

@zzhmtxxhh @LionKingSimba @amananand01 @adespiri @jomibitancor Do we even want to do this?

ryfurrer commented 5 years ago

This involves a design change so that's what we would be doing Friday

ryfurrer commented 5 years ago

Info and tutorials: Android Database Info and Tutorials

https://developer.android.com/training/data-storage/room/

https://codelabs.developers.google.com/codelabs/android-persistence/#0

https://github.com/googlecodelabs/android-room-with-a-view

https://github.com/googlecodelabs/android-persistence/tree/master/app/src/main/java/com/example/android/persistence/codelab/db