OpenCycleCompass / ocyco-app-android

Android App for OpenCycleCompass
GNU General Public License v3.0
6 stars 1 forks source link

Do not use files/serialization in TrackArchive for TrackMetaData. #113

Open rleh opened 8 years ago

rleh commented 8 years ago

With only a small number of tracks (~30) an on a high end smpartphone (Oneplus One/A0001) the app startup lags (>2 seconds).

A possible solution is to use serialization (or a custom file format) solely for the track data and store the track metadata in a sqlite database.

rleh commented 8 years ago

Refactoring this possibly destroys existing tracks on devices.