Good day,
i have an application build with andEngine, There is no such big amount of objects to use pool of objects, but as i found AndEngine put the Sprite to the pool by default.
Every ~0.6 seconds by default this function
@Override
public void onUpdate(final float pSecondsElapsed)
from PoolUpdateHanlder.class is called.
Using pool takes time and memory (after some time application become too large) and i want to disable it. Is it any way to do it?