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