일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- FlexiblePageView
- android log dump
- ios
- IMAGE
- apns
- SO 파일
- PageControl
- Objective C
- Android
- IOS10
- apk 다운사이징
- Magnify Anim
- apache
- java
- JavaScript Engine
- Android NDK시스템
- 공인인증서 만료일
- so file
- V8 Engine
- Google V8 Engine
- ios framework
- sha1 convert hashkey
- 안드로이드
- embedd
- v8 engine xcode build
- 인증서 정보 뽑아내기
- Push
- appbarlayout
- Status Bar
- 공인인증서 정보
Archives
- Today
- Total
목록byte (1)
caTea 블로그
image quality down
private final int PHOTO_SIZE_LIMIT = (64 * 1024); private byte[] settingPhoto(String path){byte[] returnVal = null;try{ExifInterface exif;int orientation = 0;exif = new ExifInterface(path);orientation = exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, ExifInterface.ORIENTATION_UNDEFINED); BitmapFactory.Options options = new BitmapFactory.Options();File f = new File(path);long f_size = f.lengt..
android
2015. 8. 5. 11:53