大家空闲的时候可以学习下,一些项目还是经常能用到的。
1. 对图片的剪裁cropimage-master
http://stackoverflow.com/questions/18013406/is-com-android-camera-action-crop-not-available-for-android-jelly-bean-4-3
2. ImageLoader ...
分类:
移动开发 时间:
2014-06-17 16:37:19
阅读次数:
230
1、Intent intent = new
Intent(Intent.ACTION_GET_CONTENT); intent.setType("image/*");
intent.putExtra("crop", true); in...
分类:
其他好文 时间:
2014-05-26 12:00:15
阅读次数:
230
protected void btnCrop_Click(object sender,
EventArgs e) { ...
分类:
其他好文 时间:
2014-05-09 04:02:32
阅读次数:
335