Are you talking about displaying an HTML page within your Android app? How about using WebView<http://developer.android.com/reference/android/webkit/WebView.html> ? If you are actually talking about parsing an HTML page and generating native Android layouts with views based on the HTML code, I would strongly advise against that. What do you actually need to accomplish?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

