2012-09-22 51 views
-1

我在機器人編程新手,我需要從該網站由Jason鏈接的圖像,並把由服務器控制,圖像和圖標和標題和音樂的Android如何使用JSON與HTTP來獲取圖像

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

我需要提取profile_image_url_https

回答

0

您將需要parse the JSON string並通過遍歷結果數據結構中的鍵和索引使用Java的對象模型提取所需的信息。