zoukankan
html css js c++ java
Android 4.0新特性:拍照和拍视频可以收到广播了
Camera 中增加了两个Action,用来表示拍照或是视频:
android.hardware.action.NEW_PICTURE //拍照的action
android.hardware.action.NEW_VIDEO //拍视频的action
可以通过getData获取到新增的图片或视频的uri地址
查看全文
相关阅读:
this和e.target的异同
onmouseover和onmouseenter区别
jquery带参插件函数的编写
让bind函数支持IE8浏览器的方法
LeetCode #9 Palindrome Number
LeetCode #7 Reverse Integer
LeetCode #1 Two Sum
iOS 真机测试错误“The application bundle does not contain a valid identifier”
Swift、Objective-C 单例模式 (Singleton)
iOS 相册和网络图片的存取
原文地址:https://www.cnblogs.com/zhangping/p/3513964.html
最新文章
Unity Physicals Rigidbody with multiple colliders
SVN 报错 Can't install '*' from pristine store, because no checksum is recorded for this file
Xcode 10 Archive 时电脑卡死
编译 Unity 4.3.1 引擎源码
enumerateKeysAndObjectsUsingBlock 的用法
UIView的autoresizingMask属性
iOS10推送必看UNNotificationAttachment以及UNTimeIntervalNotificationTrigger
iOS开发 iOS10推送必看(基础篇)-转
presentedViewController 和 presentingViewController 以及 dismissViewControllerAnimated 的使用
使用NSFileManager管理文件系统
热门文章
面试官问你JS基本类型时他想知道什么?
nginx配置url重写
ios
数据存储之归档解档 NSKeyedArchiver NSKeyedUnarchiver
居中问题(水平居中和垂直居中)
清除浮动
filter帅选
slice()和subString()
下拉表单
在插件中得到,调用 插件的id
Copyright © 2011-2022 走看看