Re: [android-developers] Re: parsing html code into andriod page

2012-06-24 Thread Nobu Games
On Sunday, June 24, 2012 4:49:16 AM UTC-5, prudhvi wrote: > > How about htmlcleaner? > What exactly is your question? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com

Re: [android-developers] Re: parsing html code into andriod page

2012-06-24 Thread prudhvi p n v
How about htmlcleaner? On Jun 18, 2012 12:03 PM, "Nobu Games" wrote: > Are you talking about displaying an HTML page within your Android app? How > about using > WebView > ? > If you are actually talking about parsing an HTML pa

[android-developers] Re: parsing html code into andriod page

2012-06-17 Thread Nobu Games
Are you talking about displaying an HTML page within your Android app? How about using WebView ? If you are actually talking about parsing an HTML page and generating native Android layouts with views based on the HTML code, I w