Re: [android-developers] startActivityForResult error

2010-05-27 Thread MiSs LilY flower
..@googlegroups.com] On Behalf Of andrew > Sent: Wednesday, May 26, 2010 5:49 PM > To: Android Developers > Subject: [android-developers] startActivityForResult error > > Hi, > > I can't launch a new activity with startActivityForResult / > startActivity method.

Re: [android-developers] startActivityForResult error

2010-05-26 Thread Carmen Delessio
If my manifest looks like this: I would create the intent like this (Bundle not required): Bundle b = new Bundle(); b = new Bundle(); Intent i = new Intent();

RE: [android-developers] startActivityForResult error

2010-05-26 Thread Tommy
-developers] startActivityForResult error Hi, I can't launch a new activity with startActivityForResult / startActivity method. Below is the code. Can anyone give my any tips and guidelines? thanks! /**/ public class Sandbox extends Activity { private Button

[android-developers] startActivityForResult error

2010-05-26 Thread andrew
Hi, I can't launch a new activity with startActivityForResult / startActivity method. Below is the code. Can anyone give my any tips and guidelines? thanks! /**/ public class Sandbox extends Activity { private Button mHHW; private static final int ACTIVITY