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()"