..@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.
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();
-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
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
4 matches
Mail list logo