[android-discuss] Re: How to:Hyperlink Inside the Dialogue Box Message

2011-08-31 Thread Chris
On Wednesday, August 31, 2011 4:00:48 AM UTC-4, softy wrote: Hi, How can I make a text clickable(hyperlinked) in the dialogue box. Something like: StringBuilder msg = new StringBuilder(); msg.append(http://www.google.com;); final SpannableString string = new

Re: [android-discuss] Re: How to:Hyperlink Inside the Dialogue Box Message

2011-08-31 Thread s.rawat
Thankx it worked , also i have to add this line -- *text.setMovementMethod(LinkMovementMethod.getInstance());* Rgds*,* saurabh ..pain is temporary.quitting lasts forever.. On Wed, Aug 31, 2011 at 7:11 PM, Chris crehb...@gmail.com wrote: On Wednesday, August 31, 2011 4:00:48 AM