作者pdyurfof (夏天的双重性格)
看板AndroidDev
标题[问题] 自订listview读sqlite图片的问题
时间Mon Mar 14 14:49:04 2011
自订的listview里有两个textview和一个imageview,
从资料库读出来後,textview都有正确显示,
但是图片却都是空白,
请问图片是需要转型还是怎样呢?
c是从资料库读出来的Cursor
if (c != null) {
while (c.moveToNext()) {
HashMap<String, Object> map = new HashMap<String, Object>();
map.put("ItemText", c.getString(3));
ByteArrayInputStream stream =
new ByteArrayInputStream(c.getBlob(4));
Drawable drawable;
drawable=Drawable.createFromStream(stream, "Img");
//imageView1.setBackgroundResource(drawable);这里可以正常显示
map.put("ItemImage",drawable); //这里加入图片显示空白
map.put("ItemText2", c.getString(10));
listItem.add(map);
}
}
如果是将drawable直接带入独立的imageview则会有图...
麻烦各位 >"<
--
\◣
◢/◢
╭ 喂~快折回去阿长老...
╭ ..........
◢
/ ◣﹥◤
◢▂〒▂◣
◢ ◥◥◣ ╔═══════════╗
◥ ●█
● ◤
◢◤
◤ ┬◣? ║
毫无回应,就只是个长老║
︻
⊿ ╚═══════════╝
████
◢▅◣ ◢
◥◤◣
- poo
ld
odo -
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 60.249.24.214
※ 编辑: pdyurfof 来自: 60.249.24.214 (03/14 14:50)