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