일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- appbarlayout
- 안드로이드
- 공인인증서 정보
- embedd
- android log dump
- Google V8 Engine
- IOS10
- IMAGE
- PageControl
- Status Bar
- ios
- JavaScript Engine
- SO 파일
- so file
- sha1 convert hashkey
- apache
- FlexiblePageView
- V8 Engine
- java
- Android NDK시스템
- 인증서 정보 뽑아내기
- ios framework
- Magnify Anim
- v8 engine xcode build
- 공인인증서 만료일
- Objective C
- Push
- apk 다운사이징
- apns
- Android
Archives
- Today
- Total
caTea 블로그
android file path 본문
반응형
uri 가 있어야한다 이부분은 activityresult에서 발췌
Uri selectImageUri = data.getData();
String[] filePathColumn = { MediaStore.Images.Media.DATA };
Cursor cursor = getContentResolver().query(selectImageUri, filePathColumn, null, null, null);
cursor.moveToFirst();
int columnIndex = cursor.getColumnIndex(filePathColumn[0]);
String path = cursor.getString(columnIndex);
cursor.close();
Utility.showProgressDialog(getApplicationContext());
728x90
'android' 카테고리의 다른 글
이미지 라운드 처리 클래스 (0) | 2016.06.28 |
---|---|
android file upload and spring(image..) (1) | 2015.08.05 |
image quality down (0) | 2015.08.05 |
SwipeMenuListView 서브 메뉴 클릭시 서브메뉴가 닫히지 않는현상 (0) | 2015.07.01 |
status bar 컬러를 library 를 이용해서 바꿔보자 (4.4이상) (0) | 2015.06.30 |