Re: [android-developers] problem with Linkify.addLinks(

2011-04-29 Thread Mark Murphy
On Thu, Apr 28, 2011 at 8:03 AM, beginer wrote: > I want to add a link in my ListView, > I am using this code: > >  TextView tv = (TextView)findViewById( R.id.link2_view ); >  tv.setText("www.google.es"); >  Linkify.addLinks( tv, Linkify.WEB_URLS ); > > but don't work HTTP URLs have an http:// in

[android-developers] problem with Linkify.addLinks(

2011-04-29 Thread beginer
I want to add a link in my ListView, I am using this code: TextView tv = (TextView)findViewById( R.id.link2_view ); tv.setText("www.google.es"); Linkify.addLinks( tv, Linkify.WEB_URLS ); but don't work The Android emulator said: The application has stopped unexpectecly .please try again. I'