随笔分类 -  android

摘要:protected static final int CAMERA_RESULT = 0; private String fileName; private Button takePhotoBn; private String imageFilePath; private ImageView imv... 阅读全文
posted @ 2015-06-11 13:36 水蓝色的梦 阅读(630) 评论(0) 推荐(0)
摘要:1.重写simpleAdapter 方法@Override public HashMap getItem(int position) { // TODO Auto-generated method stub return listItem.get(position); } public MyA... 阅读全文
posted @ 2015-06-09 14:23 水蓝色的梦 阅读(756) 评论(0) 推荐(0)