On Sat, May 5, 2012 at 9:48 AM, BNReddy <[email protected]> wrote:

>
>
> On Sat, May 5, 2012 at 9:47 AM, BNReddy <[email protected]>wrote:
>
>> 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.DEFAULT"
>> />
>>             </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
>>
>>
>
>
> --
> 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
>

-- 
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

Reply via email to