tinyang wrote:
> Thanks Mark.  So is this similar to how I should start my subActivity?
> 
>       public class guide extends Activity {
>               public Button onClick(View guide){
>                       startActivity(new Intent(this, SubActivity.class));
>                       return guidebtn;
>               };
>       }

Well, the startActivity() statement seems OK.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Need help for your Android OSS project? http://wiki.andmob.org/hado

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to