Hi, im working on a project visualizing info on a large vector cartography.
I started using txt files to load the data from setup() which worked fine.
Then i decided to go a bit more pro and implemented an sqlite database which had a strange glitch like the screen would freeze for 10 sec every time i did a pan on the map.
So i said, ok, at least lets do xml´s, but now when i read from xml (always from setup()) the draw gets really really slow. It seems like there´s something left open somewhere...
Do i have to close the XMLElements i used to load the data???
Thanks
1