将内容字段中的图像链接解析为来自Json - Android的图像和显示

时间:2014-04-14 08:47:54

标签: android json adapter

我有一个我能够成功解析的JSON数据。我可以在我的JSON中获取所有内容并正确显示。

现在我的JSON中有一个名为Content的字符串。这是一个大字符串,包含大量文本。只是在字符串中间可以是图像URL。这样的事情。

 "content":"<p>I&#8217;m interested in making MFA one of the best resources on the web for
    beginners &#8211; part of that is cultivating a welcoming environment, part of it is 
    attracting (and retaining) a large and diverse group of regular contributors, part of it 
    is developing a deep and broad set of resources, and part of it is encouraging newcomers 
    not only to nail down the basics<a href=\"http:\/\/bit.ly\/Ylloh8\.jpg

见上述段落的结尾。 它有一个jpg文件。 我需要将jpg解析为图像并将其作为图像加载到我的应用程序中。 我不确定我该怎么做呢?

1 个答案:

答案 0 :(得分:0)

如果这是您正在讨论的WordPress或其他CMS应用程序,则可以编辑RSS2源文件以包含带有图像URL的单独标记。如果您无法访问源代码,则需要使用Regex。