일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 인증서 정보 뽑아내기
- apk 다운사이징
- sha1 convert hashkey
- so file
- java
- IOS10
- android log dump
- V8 Engine
- 공인인증서 정보
- IMAGE
- apache
- Push
- Status Bar
- ios framework
- appbarlayout
- ios
- Android NDK시스템
- v8 engine xcode build
- apns
- Google V8 Engine
- PageControl
- JavaScript Engine
- Android
- 공인인증서 만료일
- SO 파일
- Magnify Anim
- FlexiblePageView
- 안드로이드
- Objective C
- embedd
Archives
- Today
- Total
목록File (1)
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(getApp..
android
2015. 8. 5. 11:56