我想解析 xml 文件中的图像。我能够解析文本,但如何解析图像并在列表视图中显示与该文本对应的图像。图像和文本应该在一行中。我的 XML 文件示例如下
<tv>
<channel id="0240.TEN ACTION.in">
<display-name>0: TEN ACTION+</display-name>
<thumb_url>http://localhost/rg.jpeg</thumb_url>
</channel>
<channel id="2130.ENTER 10.in">
<display-name>0: ENTER 10</display-name>
<thumb_url>http://localhost/rg.jpeg</thumb_url>
</channel>
</tv>