문제

I noticed that recordstores take much memory when their number reach more than 8. This makes impossible image creation inside device and camera capturing. Although my application needs to record more than 8 "table" data. So what are the other possibilities to record persistently data ?

도움이 되었습니까?

해결책

If your app in memory card then the record store takes the space in memory card.

Otherwise better you create a file and store the data in that file using "FileConnection" API.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top