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'm using, android 2.2 in eclipse with windows xp

thanks

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