2015年4月15日 星期三

【Android】 文件路徑轉換成 URI


ImageView.setImageURI(Uri.fromFile(new File("/sdcard/myPhoto.jpg")));


ImageView.setImageURI(Uri.parse(new File("/sdcard/
myPhoto.jpg").toString()));
ImageView.setImageUri(uri)

沒有留言:

張貼留言