摘要: //SimpleAdapter绑定 ArrayList<HashMap<String, Object>>lstImageItem = new ArrayList<HashMap<String, Object>>(); HashMap<String,Object> map = new HashMap<String,Object>(); map.put("ItemImage",图片ID); map.put("ItemText",显示的字符); lstImageItem.add(map); 阅读全文
posted @ 2011-05-01 20:50 liuguilin 阅读(986) 评论(0) 推荐(0) 编辑
摘要: 1、通过ID获得资源: srting s = getResources().getString(ID); 阅读全文
posted @ 2011-05-01 20:45 liuguilin 阅读(155) 评论(0) 推荐(0) 编辑