On Thu, Apr 28, 2011 at 8:03 AM, beginer <j.ur...@gmail.com> 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 front of them.

> The Android emulator said: The application has stopped
> unexpectecly .please try again.

Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine
LogCat and look at the stack trace associated with your error.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training...At Your Office: http://commonsware.com/training

-- 
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, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to