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
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'
2 matches
Mail list logo