FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
netkiller.github.io/java/android/camera.activity.html at master · vsnotebook/netkiller.github.io · GitHub
vsnotebook
/
netkiller.github.io
Public
forked from
netkiller/netkiller.github.io
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
netkiller.github.io
/
java
/
android
/
camera.activity.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
217 lines (181 loc) · 11.8 KB
Breadcrumbs
netkiller.github.io
/
java
/
android
/
camera.activity.html
Copy path
File metadata and controls
217 lines (181 loc) · 11.8 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<
?xml version="1.0" encoding="UTF-8" standalone="no"?
>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<
html
xmlns
="
http://www.w3.org/1999/xhtml
"
>
<
head
>
<
meta
http-equiv
="
Content-Type
"
content
="
text/html; charset=UTF-8
"
/>
<
title
>
44.3. Activity
</
title
>
<
link
rel
="
stylesheet
"
type
="
text/css
"
href
="
..//docbook.css
"
/>
<
meta
name
="
generator
"
content
="
DocBook XSL Stylesheets V1.79.1
"
/>
<
link
rel
="
home
"
href
="
../index.html
"
title
="
Netkiller Java 手札
"
/>
<
link
rel
="
up
"
href
="
android.camera.html
"
title
="
第 44 章 相机与相册
"
/>
<
link
rel
="
prev
"
href
="
camera.layout.html
"
title
="
44.2. layout
"
/>
<
link
rel
="
next
"
href
="
ledflashlight.html
"
title
="
44.4. LED flash 做手电筒
"
/>
</
head
>
<
body
>
<
a
xmlns
=""
href
="
//www.netkiller.cn/
"
>
Home
</
a
>
|
<
a
xmlns
=""
href
="
//netkiller.github.io/
"
>
简体中文
</
a
>
|
<
a
xmlns
=""
href
="
http://netkiller.sourceforge.net/
"
>
繁体中文
</
a
>
|
<
a
xmlns
=""
href
="
/journal/index.html
"
>
杂文
</
a
>
|
<
a
xmlns
=""
href
="
//www.netkiller.cn/home/donations.html
"
>
打赏(Donations)
</
a
>
|
<
a
xmlns
=""
href
="
https://github.com/netkiller
"
>
Github
</
a
>
|
<
a
xmlns
=""
href
="
http://my.oschina.net/neochen/
"
>
OSChina 博客
</
a
>
|
<
a
xmlns
=""
href
="
https://cloud.tencent.com/developer/column/2078
"
>
云社区
</
a
>
|
<
a
xmlns
=""
href
="
https://yq.aliyun.com/u/netkiller/
"
>
云栖社区
</
a
>
|
<
a
xmlns
=""
href
="
https://www.facebook.com/bg7nyt
"
>
Facebook
</
a
>
|
<
a
xmlns
=""
href
="
http://cn.linkedin.com/in/netkiller/
"
>
Linkedin
</
a
>
|
<
a
xmlns
=""
href
="
https://zhuanlan.zhihu.com/netkiller
"
>
知乎专栏
</
a
>
|
<
a
xmlns
=""
href
="
//www.netkiller.cn/home/video.html
"
>
视频教程
</
a
>
|
<
a
xmlns
=""
href
="
//www.netkiller.cn/home/about.html
"
>
About
</
a
>
<
div
class
="
navheader
"
>
<
table
width
="
100%
"
summary
="
Navigation header
"
>
<
tr
>
<
th
colspan
="
3
"
align
="
center
"
>
44.3. Activity
</
th
>
</
tr
>
<
tr
>
<
td
width
="
20%
"
align
="
left
"
>
<
a
accesskey
="
p
"
href
="
camera.layout.html
"
>
上一页
</
a
>
</
td
>
<
th
width
="
60%
"
align
="
center
"
>
第 44 章 相机与相册
</
th
>
<
td
width
="
20%
"
align
="
right
"
>
<
a
accesskey
="
n
"
href
="
ledflashlight.html
"
>
下一页
</
a
>
</
td
>
</
tr
>
</
table
>
<
hr
/>
</
div
>
<
table
xmlns
=""
>
<
tr
>
<
td
>
<
iframe
src
="
//ghbtns.com/github-btn.html?user=netkiller&repo=netkiller.github.io&type=watch&count=true&size=large
"
height
="
30
"
width
="
170
"
frameborder
="
0
"
scrolling
="
0
"
style
="
width:170px; height: 30px;
"
allowTransparency
="
true
"
>
</
iframe
>
</
td
>
<
td
>
<
iframe
src
="
//ghbtns.com/github-btn.html?user=netkiller&repo=netkiller.github.io&type=fork&count=true&size=large
"
height
="
30
"
width
="
170
"
frameborder
="
0
"
scrolling
="
0
"
style
="
width:170px; height: 30px;
"
allowTransparency
="
true
"
>
</
iframe
>
</
td
>
<
td
>
<
iframe
src
="
//ghbtns.com/github-btn.html?user=netkiller&type=follow&count=true&size=large
"
height
="
30
"
width
="
240
"
frameborder
="
0
"
scrolling
="
0
"
style
="
width:240px; height: 30px;
"
allowTransparency
="
true
"
>
</
iframe
>
</
td
>
</
tr
>
</
table
>
<
div
class
="
section
"
>
<
div
class
="
titlepage
"
>
<
div
>
<
div
>
<
h2
class
="
title
"
style
="
clear: both
"
>
<
a
id
="
camera.activity
"
>
</
a
>
44.3. Activity
</
h2
>
</
div
>
</
div
>
</
div
>
<
pre
class
="
programlisting
"
>
package cn.netkiller.camera;
import android.Manifest;
import android.content.ContentResolver;
import android.content.ContentValues;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.os.Environment;
import android.os.StrictMode;
import android.provider.MediaStore;
import android.support.v4.app.ActivityCompat;
import android.support.v4.content.FileProvider;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
public class MainActivity extends AppCompatActivity implements View.OnClickListener {
private ImageView imageViewPicture;
private Button buttonOpenCamera;
private Button buttonSavePhoto;
private Button buttonAlbum;
private static int REQUEST_CAMERA = 1;
private static int REQUEST_PHOTO = 2;
private static int REQUEST_ALBUM = 3;
private File imageFile;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
imageViewPicture = (ImageView) findViewById(R.id.imageViewPicture);
buttonOpenCamera = (Button) findViewById(R.id.buttonOpenCamera);
buttonSavePhoto = (Button) findViewById(R.id.buttonSavePhoto);
buttonAlbum = (Button) findViewById(R.id.buttonAlbum);
buttonOpenCamera.setOnClickListener(this);
buttonSavePhoto.setOnClickListener(this);
buttonAlbum.setOnClickListener(this);
StrictMode.VmPolicy.Builder newbuilder = new StrictMode.VmPolicy.Builder();
StrictMode.setVmPolicy(newbuilder.build());
}
@Override
public void onClick(View view) {
Intent intent;
switch (view.getId()) {
case R.id.buttonOpenCamera:
// 拍照并显示图片
intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);// 启动系统相机
startActivityForResult(intent, REQUEST_CAMERA);
break;
case R.id.buttonSavePhoto:
if (!Environment.getExternalStorageState().equals(Environment.MEDIA_MOUNTED)) {
TextView textView = (TextView) findViewById(R.id.textView);
textView.setText("SD 卡不存在,请插入 SD 卡!");
}
if (ActivityCompat.checkSelfPermission(this, Manifest.permission.WRITE_EXTERNAL_STORAGE) != PackageManager.PERMISSION_GRANTED) {
ActivityCompat.requestPermissions(MainActivity.this, new String[]{Manifest.permission.WRITE_EXTERNAL_STORAGE}, 1);
return;
} else {
String dir = Environment.getExternalStorageDirectory().getPath();
new File(dir).mkdirs();
imageFile = new File(dir, "tmp.png");
Uri imageUri = FileProvider.getUriForFile(MainActivity.this, "cn.netkiller.camera.provider", imageFile);
Log.d("album", imageFile.getPath());
intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);// 启动系统相机
intent.putExtra(MediaStore.EXTRA_OUTPUT, imageUri);
startActivityForResult(intent, REQUEST_PHOTO);
}
break;
case R.id.buttonAlbum:
intent = new Intent(Intent.ACTION_GET_CONTENT);
intent.setType("image/*");
startActivityForResult(Intent.createChooser(intent, "Select Picture"), 3);
break;
default:
break;
}
}
@Override
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
super.onActivityResult(requestCode, resultCode, data);
if (resultCode == RESULT_OK) { // 如果返回数据
if (requestCode == REQUEST_CAMERA) { // 判断请求码是否为REQUEST_CAMERA,如果是代表是这个页面传过去的,需要进行获取
Bundle bundle = data.getExtras(); // 从data中取出传递回来缩略图的信息,图片质量差,适合传递小图片
Bitmap bitmap = (Bitmap) bundle.get("data"); // 将data中的信息流解析为Bitmap类型
imageViewPicture.setImageBitmap(bitmap);// 显示图片
} else if (requestCode == REQUEST_PHOTO) {
Log.i("photo", imageFile.getPath());
try {
// InputStream inputStream = getContentResolver().openInputStream(imageUri);
String dir = Environment.getExternalStorageDirectory().getPath();
FileInputStream fileInputStream = new FileInputStream(imageFile);
Bitmap bitmap = BitmapFactory.decodeStream(fileInputStream);
fileInputStream.close();
imageViewPicture.setImageBitmap(bitmap);// 显示图片
} catch (Exception e) {
e.printStackTrace();
}
} else if (requestCode == REQUEST_ALBUM) {
Bitmap bitmap = null;
//外界的程序访问ContentProvider所提供数据 可以通过ContentResolver接口
ContentResolver resolver = getContentResolver();
Uri originalUri = data.getData(); //获得图片的uri
try {
bitmap = MediaStore.Images.Media.getBitmap(resolver, originalUri); //显得到bitmap图片
} catch (IOException e) {
e.printStackTrace();
}
//获取图片的路径:
Log.i("album", String.valueOf(originalUri));
imageViewPicture.setImageBitmap(bitmap);
}
}
}
}
</
pre
>
</
div
>
<
div
xmlns
=""
id
="
disqus_thread
"
>
</
div
>
<
script
xmlns
=""
>
var
disqus_config
=
function
(
)
{
this
.
page
.
url
=
"http://www.netkiller.cn"
;
// Replace PAGE_URL with your page's canonical URL variable
this
.
page
.
identifier
=
'netkiller'
;
// Replace PAGE_IDENTIFIER with your page's unique identifier variable
}
;
(
function
(
)
{
// DON'T EDIT BELOW THIS LINE
var
d
=
document
,
s
=
d
.
createElement
(
'script'
)
;
s
.
src
=
'//netkiller.disqus.com/embed.js'
;
s
.
setAttribute
(
'data-timestamp'
,
+
new
Date
(
)
)
;
(
d
.
head
||
d
.
body
)
.
appendChild
(
s
)
;
}
)
(
)
;
</
script
>
<
noscript
xmlns
=""
>
Please enable JavaScript to view the
<
a
href
="
https://disqus.com/?ref_noscript
"
>
comments powered by Disqus.
</
a
>
</
noscript
>
<
br
xmlns
=""
/>
<
script
xmlns
=""
type
="
text/javascript
"
id
="
clustrmaps
"
src
="
//cdn.clustrmaps.com/map_v2.js?u=r5HG&d=9mi5r_kkDC8uxG8HuY3p4-2qgeeVypAK9vMD-2P6BYM
"
>
</
script
>
<
div
class
="
navfooter
"
>
<
hr
/>
<
table
width
="
100%
"
summary
="
Navigation footer
"
>
<
tr
>
<
td
width
="
40%
"
align
="
left
"
>
<
a
accesskey
="
p
"
href
="
camera.layout.html
"
>
上一页
</
a
>
</
td
>
<
td
width
="
20%
"
align
="
center
"
>
<
a
accesskey
="
u
"
href
="
android.camera.html
"
>
上一级
</
a
>
</
td
>
<
td
width
="
40%
"
align
="
right
"
>
<
a
accesskey
="
n
"
href
="
ledflashlight.html
"
>
下一页
</
a
>
</
td
>
</
tr
>
<
tr
>
<
td
width
="
40%
"
align
="
left
"
valign
="
top
"
>
44.2. layout
</
td
>
<
td
width
="
20%
"
align
="
center
"
>
<
a
accesskey
="
h
"
href
="
../index.html
"
>
起始页
</
a
>
</
td
>
<
td
width
="
40%
"
align
="
right
"
valign
="
top
"
>
44.4. LED flash 做手电筒
</
td
>
</
tr
>
</
table
>
</
div
>
<
script
xmlns
=""
>
(
function
(
i
,
s
,
o
,
g
,
r
,
a
,
m
)
{
i
[
'GoogleAnalyticsObject'
]
=
r
;
i
[
r
]
=
i
[
r
]
||
function
(
)
{
(
i
[
r
]
.
q
=
i
[
r
]
.
q
||
[
]
)
.
push
(
arguments
)
}
,
i
[
r
]
.
l
=
1
*
new
Date
(
)
;
a
=
s
.
createElement
(
o
)
,
m
=
s
.
getElementsByTagName
(
o
)
[
0
]
;
a
.
async
=
1
;
a
.
src
=
g
;
m
.
parentNode
.
insertBefore
(
a
,
m
)
}
)
(
window
,
document
,
'script'
,
'//www.google-analytics.com/analytics.js'
,
'ga'
)
;
ga
(
'create'
,
'UA-11694057-1'
,
'auto'
)
;
ga
(
'send'
,
'pageview'
)
;
</
script
>
<
script
xmlns
=""
async
="
async
"
>
var
_hmt
=
_hmt
||
[
]
;
(
function
(
)
{
var
hm
=
document
.
createElement
(
"script"
)
;
hm
.
src
=
"https://hm.baidu.com/hm.js?93967759a51cda79e49bf4e34d0b0f2c"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)
[
0
]
;
s
.
parentNode
.
insertBefore
(
hm
,
s
)
;
}
)
(
)
;
</
script
>
<
script
xmlns
=""
async
="
async
"
>
(
function
(
)
{
var
bp
=
document
.
createElement
(
'script'
)
;
var
curProtocol
=
window
.
location
.
protocol
.
split
(
':'
)
[
0
]
;
if
(
curProtocol
===
'https'
)
{
bp
.
src
=
'https://zz.bdstatic.com/linksubmit/push.js'
;
}
else
{
bp
.
src
=
'http://push.zhanzhang.baidu.com/push.js'
;
}
var
s
=
document
.
getElementsByTagName
(
"script"
)
[
0
]
;
s
.
parentNode
.
insertBefore
(
bp
,
s
)
;
}
)
(
)
;
</
script
>
<
script
xmlns
=""
type
="
text/javascript
"
src
="
/js/q.js
"
async
="
async
"
>
</
script
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL