- crop 커스텀 하기 좋은거 https://github.com/jdamcd/android-crop - 심플하고 카메라 or 갤러리 선택가능 https://github.com/lorensiuswlt/AndroidImageCrop - crop이랑 rotation 기능 같이 있음 https://github.com/Jhuster/ImageCropper - 아직 안해봄 https://github.com/lvillani/android-cropimage - 아직안해봄 (카메라 or 갤러리 선택가능한거 같은데 커스텀이 가능한듯 ) https://github.com/ryanhoo/PhotoCropper - 멀티픽 actionbar 이용한듯 ? https://github.com/giljulio/android-multi..
/** * Process가 실행중인지 여부 확인. * @param context, packageName * @return true/false */ public static boolean isRunningProcess(Context context, String packageName) { boolean isRunning = false; ActivityManager actMng = (ActivityManager)context.getSystemService(Context.ACTIVITY_SERVICE); List list = actMng.getRunningAppProcesses(); for(RunningAppProcessInfo rap : list) { if(rap.processName.equals(packag..
- Total
- Today
- Yesterday
- 휴게소
- Android
- gitgub
- 가평휴게소
- Re:NK
- 킹스맨
- xcode8
- cocoapods
- Xcode
- 코드 하이라이트
- 막국수
- 엘지
- 아이콘 사이즈
- custom font
- 리엔케이
- xcode7
- resize
- ShardPreferenes
- serialize
- 봄봄봄
- 남자화장품
- crop
- 안드로이드
- ios
- keyboard
- 참나무숯불닭갈비
- 안드로이드 라이브러리
- git flow
- ListView
- android jar
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |