What are the other storage options?
I noticed that it recordstores
takes a lot memory
when the number reaches more than 8. This makes it impossible to create image
inside the device and camera
capture. Although my application needs to write more than 8 "tabular" data. So what are the other possibilities for persistent data recording?
+3
pheromix
source
to share
1 answer
If your application is on a memory card, then the recording storage takes up space on the memory card.
Otherwise, it is better to create a file and save the data in this file using the "FileConnection" API.
0
SIVAKUMAR.J
source
to share