I was was browsing the android developers website and came accross this video http://developer.android.com/videos/ind ... i-0rdzkisc . The guy here meantioned maximum performance in his game (bonsai blast). In particular he meantions slowing down the frame rate on menus that have simple animation. And also meantions turning off the constant "re-painting" of the game when on a static page like a menu. All this is with the intention of reducing strain on the processor and hence prolong precious battery life.
I just wondered what andengine can do along lines with this? I dont really know enough about programming in java and also about andengine to answer this myself. So thought id post here. So what does andengine do save on processor usage (ie does the menu class use any off the techniques meantioned above), or is it all down to the programmer in maintaining it themselves.
Kind Regards,
Gavo
ps- this may be a really silly question so just go ahead and ignore it
