4 messages in com.googlegroups.android-developersRe: Activity Lifecycle
FromSent OnAttachments
falkmar10 Jan 2008 08:31 
David Welton10 Jan 2008 09:49 
falkmar11 Jan 2008 02:44 
falkmar11 Jan 2008 02:46 
Subject:Re: Activity Lifecycle
From:falkmar (bodo@rabenauge.com)
Date:01/11/2008 02:46:12 AM
List:com.googlegroups.android-developers

On 10 Jan., 18:49, "David Welton" <davi@gmail.com> wrote:

I played around with the onCreate() and other methods of the Activity , but how can I follow the onRestart() method with the emulator ? The debugger puts out a message for every method . Like here : But how can I reach the onResume() ??

You could do something like hit the green call button, that interrupts, but does not destroy your application. When you go back to it, it ought to do the resume.

-- David N. Welton

http://www.welton.it/davidw/

http://www.dedasys.com/

oh, I mean , the "onRestart()"