Activity_Pause

ValDog

Active Member
Licensed User
Longtime User
As discussed in the Userguide and in the forum thread "what to do with Activity_Resume?," Activity_Pause is called every time that the activity moves from the foreground to the background. This can happen because:
1. A different activity was started.
2. The Home button was pressed
3. A configuration changed event was raised (orientation changed for example).
4. The Back button was pressed.

Well, I can't seem to get to the code in the Activity_Pause sub. Using Klaus' GPSExample program for example, I can put a breakpoint on the 1st line but can't seem to get to it - either with the Back button or the Home button being pressed.

Can someone explain to me what is going on?
 
Top