android textview links clickable using Html.fromHtml -


i have textview in app. have string set in textview. string html string has lots of html images, bold , italics. used code follows:

content.settext(html.fromhtml(articledet.tostring(), imggetter, null)); 

i want links should click-able. achieved easily. want when user clicks on link, link should opened in browser want track external links clicked. i.e. on click of link, should able write url in file. can using spanned. if used spanned then, have load images, stop working. please me this.


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -