D
dutone
since writein' large records to a RecordStore can be time consuming,
would anyone advise cachein' data to avoid so many reads? (Assuming
that the app. wanted to minimize to long delays) Maybe network reads
could be cached too. But then the cache would have to be somewhat
restricted given the limited memory of many devices, and could impose
a burden of the app its self if it got to big. Efficent managment of
the cache across platforms could become complex and a project withen
its self.
Any thoughts.....
would anyone advise cachein' data to avoid so many reads? (Assuming
that the app. wanted to minimize to long delays) Maybe network reads
could be cached too. But then the cache would have to be somewhat
restricted given the limited memory of many devices, and could impose
a burden of the app its self if it got to big. Efficent managment of
the cache across platforms could become complex and a project withen
its self.
Any thoughts.....