[android-developers] Re: Launch application from url

2010-11-19 Thread Tejas
This isn't working for me. I have a static html page with the element as mentioned above by Ryan. I'm not sure if this fires the intent. How will the browser understand / interpret this strange url ? If this is working for anyone, I would like to know. Even I'm looking to launch any application

[android-developers] Re: Launch application from url

2010-09-27 Thread AnasSamara
Thanks for relpay, but from where can I get the passed data?? > > On Sep 25, 8:20 am, Ryan Mattison wrote: > > > > >     > >     > > > > > > > > On Sep 24, 9:50 am, AnasSamara wrote:> Hello All > > > Any one knows how to launch certain application in my android from URL > > > send via email

[android-developers] Re: Launch application from url

2010-09-26 Thread AnasSamara
thanks On Sep 25, 8:20 am, Ryan Mattison wrote: > >     >     > > > > > On Sep 24, 9:50 am, AnasSamara wrote:> Hello All > > Any one knows how to launch certain application in my android from URL > > send via email or SMS. > > I mean if I have an SMS: > > > Http://GOOGLE.COM > > then I am a

[android-developers] Re: Launch application from url

2010-09-24 Thread Ryan Mattison
On Sep 24, 9:50 am, AnasSamara wrote: > Hello All > Any one knows how to launch certain application in my android from URL > send via email or SMS. > I mean if I have an SMS: > > Http://GOOGLE.COM > then I am able to click on it so the browser opened with that URL. > > the same th