Android调用摄像头拍照和从相册中选择(上传、更换头像)

Android调用摄像头拍照和从相册中选择(上传、更换头像)

1.布局文件里写两个按钮一个为拍照一个为从相册中选择,还有一个ImageVIew用来放头像

    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
  android:orientation="vertical"
    tools:context="com.example.choosepictest.MainActivity" >

   

你可能感兴趣的:(Android安卓)