jsonで画像のパスを提供するWebサイトがあります。このパスを取得して、ImageViewに画像を表示したいと思います。
ヒント:targetSdkVersion = "15"
例:
{
"count": "28",
"data": [
{
"id": "84",
"thumb": "http://mmmmm.cccc.com/data/card/thum/a1f694f5ba0df9147c02b0c0c8cb83c2.jpg",
"category": "Purchase",
"title": "test",
"locationname": "test",
"latitude": "0",
"longitude": "0"
}
]
}
私の活動では:
ImageView iv = (ImageView) findViewById(R.id.imageView1);
iv.setImageResource(R.drawable.photo); // this show image that has in project and how about display image that using JSON path above