yeSpud / Mount-Spokane-Ski-App

Android app for Mount Spokane Ski and Snowboard park
3 stars 0 forks source link

Change how files are saved #39

Closed yeSpud closed 2 years ago

yeSpud commented 2 years ago

Internal files may run into conflict due to imports with the same date. Maybe change the internal file name to a hash?

yeSpud commented 2 years ago

Maybe change over from many small json files to 1 central SQL database?

yeSpud commented 2 years ago

Look into Room library for Android

Can also use this to store a cache for #43