On Jan 30, 2008 1:58 PM, Schmidt András <[EMAIL PROTECTED]> wrote: > I am developing a map viewer application that loads the tiles (from > flash or internet) of maps when they are accessed. These tiles are then > disposed but some could also be cached (for the chance that the user > scrolls to the same area again). I am trying to find out what cache size > I could use.
Maybe you should get the amount of free memory at runtime, periodically, so that the app can adapt its behavior depending on what else is running.

