Re: [android-developers] Re: launching an app

2012-06-11 Thread jaymin mamtora
hello frndzz, i was attend android workshop before 3 months. i m very exited to learn it. i m very interested. i want to kw that, 1. for beginning level which kind of applications i have to start? 2. java programming is also new for me i ll start java right now. can i use simole pr

Re: [android-developers] Re: launching an app

2012-05-29 Thread Thomas
Hi Mark, I think you should reread the question. He wanted to use an app to launch another app. Another consideration is the launched app might not have "" in its manifest. Best Tom B On Tuesday, May 29, 2012 7:30:22 AM UTC-4, Mark Murphy (a Commons Guy) wrote: > > On Tue, May 29, 2012

Re: [android-developers] Re: launching an app

2012-05-29 Thread Mark Murphy
On Tue, May 29, 2012 at 7:16 AM, Thomas wrote: > Although the documentation has lots about using an app to launch an app via > an intent, what seems to be left out is that the launched app must have a > type of permission to be > launched  " " That is not a permission. That is a category. An Inte

[android-developers] Re: launching an app

2012-05-29 Thread Thomas
Although the documentation has lots about using an app to launch an app via an intent, what seems to be left out is that the launched app must have a type of permission to be launched " " There are probably other ways to do this as well. The code that worked for me is below.

Re: [android-developers] Re: launching an app

2012-05-28 Thread TreKing
On Mon, May 28, 2012 at 1:01 AM, sourabh sahu wrote: > Can you please suggest some code? Read the docs, or do a simple Google search - launching apps via intents is Android 101. - TreKing

Re: [android-developers] Re: launching an app

2012-05-27 Thread sourabh sahu
Can you please suggest some code? On Mon, May 28, 2012 at 11:28 AM, imran ali wrote: > Hi, > You have to use intent filter to lunch first Activity of other application > from your application. > > Regards > Imran Ali > > > On Monday, May 28, 2012 11:20:16 AM UTC+5:30, sourabh wrote: >> >> Dear A

[android-developers] Re: launching an app

2012-05-27 Thread imran ali
Hi, You have to use intent filter to lunch first Activity of other application from your application. Regards Imran Ali On Monday, May 28, 2012 11:20:16 AM UTC+5:30, sourabh wrote: > > Dear All, > > How to launch an app programmatically. For example I want to launch an > skype app on a click of