[android-developers] Re: new scene ?

2010-08-02 Thread coy
Oh, thanks, thanks! Very nice! Regards, COY. On Aug 2, 3:12 pm, Matty wrote: > 1) Create a new activity for your second "scene"... > 2) Add an OnClickListener to your button > 3) When button is clicked, call startActivity() with an intent for > your second activity. > > Hope that's what you were

[android-developers] Re: new scene ?

2010-08-02 Thread Matty
1) Create a new activity for your second "scene"... 2) Add an OnClickListener to your button 3) When button is clicked, call startActivity() with an intent for your second activity. Hope that's what you were asking On Aug 2, 2:05 pm, coy wrote: > hi. > I'm beginning to study Android and have a