开发者

What's a suitable html parser for Android?

开发者 https://www.devze.com 2022-12-18 08:40 出处:网络
What\'s a suitable h开发者_运维百科tml parser for Android?It depends what you want to do.If you actually want to process html, there are lots of html parsers in Java that should work.Here are some.Her

What's a suitable h开发者_运维百科tml parser for Android?


It depends what you want to do. If you actually want to process html, there are lots of html parsers in Java that should work. Here are some. Here are some more. If you just want to display html, you can do very basic stuff with the HTML class or you can display an entire web page using WebView.

0

精彩评论

暂无评论...
验证码 换一张
取 消