Android如何使用JSON和HTTP来获取图像

时间:2012-09-22 15:28:08

标签: json image http parsing

我是Android编程的新手,我需要通过Jason链接来自网站的图像,并将图像和图标,标题和音乐控制在服务器上

Example:http://search.twitter.com/search.json?q=blue%20angels&rpp=5&include_entities=true&result_type=mixed

我需要提取profile_image_url_https

1 个答案:

答案 0 :(得分:0)

您需要parse the JSON string并通过遍历结果数据结构中的键和索引,使用Java的对象模型提取所需的信息。