Best way to dynamically display news articles (text, images)? Other than WebView?

titopana

New Member
I'm writing an Android app that reads \[code\]RSS\[/code\] feeds, fetches \[code\]HTML\[/code\] articles, processes the article's \[code\]HTML\[/code\] to only store the important stuff (story body, including paragraphs and images/image captions, etc), and display it to the user.I've done everything except for the final step.The articles will obviously have varying text, varying image positions, etc. and I want to be able to preserve the order of those elements (as they were when fetched).What is the best way to implement this? I don't really want to use a \[code\]WebView\[/code\]...Thanks in advance.
 
Back
Top