Re: [android-developers] navigate to anotherapp activity

2011-08-24 Thread rambabu mareedu
ThankQ Appahollcs On Fri, Aug 19, 2011 at 11:49 PM, Appaholics raghavs...@appaholics.inwrote: http://tinyurl.com/4xgevk8 This is the last link I am sending you. Use Google unless you get an error or have some not so common problem. Thanks On Fri, Aug 19, 2011 at 11:45 PM, rambabu

[android-developers] navigate to anotherapp activity

2011-08-19 Thread rambabu mareedu
hi all.i want to navigate fron one app to another app screen ..thankS in advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

Re: [android-developers] navigate to anotherapp activity

2011-08-19 Thread Appaholics
So what should we do about it? You haven't asked a specific question, just stated your intention. Thanks On Fri, Aug 19, 2011 at 11:29 PM, rambabu mareedu rambabu.mare...@gmail.com wrote: hi all.i want to navigate fron one app to another app screen ..thankS in advance -- You received

Re: [android-developers] navigate to anotherapp activity

2011-08-19 Thread rambabu mareedu
that means iam in one activity i want navigate to another app activity i want the code how to navigate On Fri, Aug 19, 2011 at 11:33 PM, Appaholics raghavs...@appaholics.inwrote: So what should we do about it? You haven't asked a specific question, just stated your intention. Thanks On

Re: [android-developers] navigate to anotherapp activity

2011-08-19 Thread rambabu mareedu
i came to know that for this implicit intents can be used..but i dont know use it On Fri, Aug 19, 2011 at 11:41 PM, rambabu mareedu rambabu.mare...@gmail.com wrote: that means iam in one activity i want navigate to another app activity i want the code how to navigate On Fri, Aug 19, 2011 at

Re: [android-developers] navigate to anotherapp activity

2011-08-19 Thread Appaholics
Use an intent to launch your new activity. On Fri, Aug 19, 2011 at 11:41 PM, rambabu mareedu rambabu.mare...@gmail.com wrote: that means iam in one activity i want navigate to another app activity i want the code how to navigate On Fri, Aug 19, 2011 at 11:33 PM, Appaholics

Re: [android-developers] navigate to anotherapp activity

2011-08-19 Thread Appaholics
http://tinyurl.com/44vdu92 On Fri, Aug 19, 2011 at 11:42 PM, rambabu mareedu rambabu.mare...@gmail.com wrote: i came to know that for this implicit intents can be used..but i dont know use it On Fri, Aug 19, 2011 at 11:41 PM, rambabu mareedu rambabu.mare...@gmail.com wrote: that means

Re: [android-developers] navigate to anotherapp activity

2011-08-19 Thread rambabu mareedu
but sir using this code Intent in=new Intent(getApplicationContext(),Demo.class); i can go demo.class activity within same application ..but want to go some other application activity On Fri, Aug 19, 2011 at 11:42 PM, Appaholics raghavsood@appaholics i .inwrote: Use an intent to launch your

Re: [android-developers] navigate to anotherapp activity

2011-08-19 Thread rambabu mareedu
for this we have to give write some code in manifest xml along with application package name...but i dont know the exact code...if u know please give me sample code On Fri, Aug 19, 2011 at 11:45 PM, rambabu mareedu rambabu.mare...@gmail.com wrote: but sir using this code Intent in=new

Re: [android-developers] navigate to anotherapp activity

2011-08-19 Thread Appaholics
http://tinyurl.com/4xgevk8 This is the last link I am sending you. Use Google unless you get an error or have some not so common problem. Thanks On Fri, Aug 19, 2011 at 11:45 PM, rambabu mareedu rambabu.mare...@gmail.com wrote: but sir using this code Intent in=new