-
mFilePath = mFilePath + "/" + "temp.png";路径加上我们自定义的文件名查看全部
-
获得不同手机SD卡的一个路径:mFilePath = Environment.getExternalStorageDirectory().getPath();查看全部
-
Uri是android.net而不是Java.net查看全部
-
将刚刚拍下的照片设置到ImageView上查看全部
-
如果想要自己的app也被其他app使用相机功能时和系统相机一起被调用,需要在配置文件中配置截图中的语句。查看全部
-
通过Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);<br> startActivity(intent);可以开启系统相机。查看全部
-
在APP中使用Camera的两种方式查看全部
-
知识点回顾Camera查看全部
-
自定义相机步骤查看全部
-
Intent intent = new Intent(MediaStore.action_IMAGE_CAPTURE) startActivity(intent)启动具有相机功能的隐式intent。查看全部
-
data 包含的是一个缩略图查看全部
-
onActivityResult里面获取回来的是图片实际上是缩略图查看全部
-
调用系统相机查看全部
-
相机1查看全部
-
张杰查看全部
举报
0/150
提交
取消