这个是拍照相关的资料贴。

http://www.eoeandroid.com/thread-35007-1-1.html


A unique aspect of the Android system design is that any application can start another application’s component. For example, if you want the user to capture a photo with the device camera, there's probably another application that does that and your application can use it, instead of developing an activity to capture a photo yourself. You don't need to incorporate or even link to the code from the camera application. Instead, you can simply start the activity in the camera application that captures a photo. When complete, the photo is even returned to your application so you can use it. To the user, it seems as if the camera is actually a part of your application.

更多相关文章

  1. Android(安卓)EditText相关
  2. android 7.0+下载安装
  3. android 实现拍照有2种方式
  4. Android笔记:stackview
  5. Android拍照、录像、录音代码范例
  6. Android调用安卓相机拍照上传
  7. Android(安卓)studio配置的相关问题
  8. Android拍照、录像、录音代码范例
  9. Android(安卓)7.0,8.0拍照loadXmlMetaData(XXXX, java.lang.Strin

随机推荐

  1. 使用navigator.userAgent.toLowerCase()
  2. Android(安卓)SeekBar的使用
  3. 【Android】一种提高Android应用进程存活
  4. Android中Service(服务)详解
  5. [Android] 环境配置之基础开发环境(SDK/An
  6. SystemUI源码分析
  7. android 几种发送短信的方法
  8. android AndroidManifest.xml 权限示例
  9. Android实现TextView动画缩放
  10. androidの布局控件居于最底部实现