Yes,
and u dicker the class name in AndroidManifest.xml
<activity android:name=". nextActivity"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
so is fine
On Fri, May 4, 2012 at 5:57 PM, Narendra Singh Rathore <
[email protected]> wrote:
>
>
> On Fri, May 4, 2012 at 5:53 PM, BNReddy <[email protected]>wrote:
>
>> Intent intent=new Intent(getApplicationContext(), nextActivity.class);
>>
>> startActivity(intent);
>> this all so working.
>>
>>
> Are you really sure about this Narayana?
>
> Please, first read the question clearly, then answer me.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" 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-developers?hl=en
>
--
Regards,
Narayanareddy.B
9032478372
--
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en