mihi-tr / actispy

BSD 2-Clause "Simplified" License
3 stars 1 forks source link

Implement Storing of Activity data on SDCard #3

Closed mihi-tr closed 10 years ago

mihi-tr commented 10 years ago

We can store data by constructing a Blob then save that blob to the SDCard using the DeviceStorage API.

Loading works similar - load a blob using the DeviceStorage API and use FileReader to load the content.