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

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -