-1
我想用picaso加載圖像到hashmap中,並在uicircular imageview中使用simpleadapter顯示。由於此列表正在顯示文本+ circularImages。數據以json格式提供。我想知道如何做到這一點。使用picaso加載圖像到hashmap中並使用simpleadapter顯示
我想用picaso加載圖像到hashmap中,並在uicircular imageview中使用simpleadapter顯示。由於此列表正在顯示文本+ circularImages。數據以json格式提供。我想知道如何做到這一點。使用picaso加載圖像到hashmap中並使用simpleadapter顯示
要加載在imageview的形象,你可以使用下面的一行代碼,你將在任何網站上找到:
Picasso.with(context).load("http://i.imgur.com/DvpvklR.png").into(imageView);