some comments on the Compas example
This app supports changing screen orientation - nice.
note however that whenever the screen orientation changes, onStop() and onResume() is called making repetitive calls to register and unregister listener.
i wonder if there is a way to know that the app is not really being sent to back but just being rotated.
thanks
Last edited by makeit_quick; December 27th, 2010 at 06:19 AM..
|