标签:led -o ica too list mat puts oob created
1 | <?xml version="1.0" encoding="utf-8"?> |
1 |
|
1 | private static final int REQUEST_PHOTO = 3; |
onCreateView增加处理
大专栏 Android编程权威指南(第2版)--第16章 使用intent拍照 挑战练习r">1 | mPhotoView = (ImageView) v.findViewById(R.id.crime_photo); |
1 | private void updatePhotoView(int width, int height) { |
1 | mPhotoObserver = mPhotoView.getViewTreeObserver(); |
1 | else if (requestCode == REQUEST_PHOTO) { |
参考:点击打开链接
Github具体代码:hyyyrwang.github.io
我的简书:https://www.jianshu.com/p/1b9785db93a6
Android编程权威指南(第2版)--第16章 使用intent拍照 挑战练习
标签:led -o ica too list mat puts oob created
原文地址:https://www.cnblogs.com/lijianming180/p/12247850.html