Hi,
I have an application that in a specific situation needs to open an activity with a MapView and it calls another activity also with a MapView. When this occurs an OutOfMemory exception is thrown.
The first activity (with the map) already consumes about 300 MB. In our application we have several shapefiles. Even without loading elements on the map, only with shapefiles, the memory consumption is very high.
I’ve tried to simplify the code but still can’t get a satisfactory result.
This is normal? Is the consumption of this package (ThinkGeo) really high?