开发者

how to add web view in list view with example

can anybody tell how 开发者_运维知识库to add web view in list view in android give example

Thanks


You can try using a CustomListview and add a Webview to your custom layout.

btw . For what purpose are you trying to use Webview on a listview. If it is to load HTMl tags you can try using

Textview.setText(Html.fromHtml("You HTML String"));
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜