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