实现功能: 相机拍照,把图像保持到系统相册。运行环境: 1. XCODE 5.1.1 2.
真机(IPHONE5 , IOS6.1.4)#import #import //导入 - "视频流"@interface MCViewController :
UIViewControll...
分类:
其他好文 时间:
2014-06-13 20:05:06
阅读次数:
324
Android 提供了API可获取到系统相册中的一些信息,主要还是通过ContentProvider
来获取想要的内容。代码很简单,只要熟悉ContentProvider 就可以了。public static List
getSystemPhotoList(Context context) {...
分类:
移动开发 时间:
2014-05-30 04:07:40
阅读次数:
234