ucsb-cs56-projects / cs56-android-smoke-signals

-
GNU General Public License v3.0
1 stars 7 forks source link

Sql #42

Closed pmh192 closed 6 years ago

pmh192 commented 7 years ago

Use the the android library Room for storage instead of the buggy implementation of reading/writing from a text file.

ankushrayabhari commented 7 years ago

Looks Good. Change the phone number to a distinct column so that duplicates aren't inserted and #30 will be fixed.

pmh192 commented 7 years ago

Fixes #31

ankushrayabhari commented 7 years ago

Implements requested changes in #35