일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 투명도 hex값
- Android OS 10
- bottomNavigation animation
- apk변환
- 로띠애니메이션
- aab파일apk변환
- 안드로이드apk변환
- svn체크아웃
- Android Bluetooth
- 바텀네비
- BottomNavigation
- Opacity Hex
- 로그캣 색상변경
- 디바이스ID
- retrieveExplicitStyle
- 바텀네비게이션
- Android10
- target29
- 안드로이드
- targetSDK29
- 앱강종
- 안드로이드 디버깅툴
- 고유식별자
- Android
- 로그캣 색상지정
- Bluetooth 스캔
- lottieAnimation
- 안드로이드 로그캣
- 안드로이드aab변환
- 앱강종현상
Archives
- Today
- Total
목록안드로이드 SD 카드 Path (1)
공부하는 다락방
외장 SD카드 Path 가져오기
6.0(마시멜로우), 7.0(누가) 버전에서 SD카드 경로 가져오는 방식이 달라졌다. storage/숫자/Android/data/.... 이런식으로 구성 되어있는데 숫자에 들어갈 값은 sd카드 바인딩 할 때 생성되는 볼륨ID 어쩌고.. 이렇다더라.. 그래서 경로를 가져오려고 할 때 정규표현식으로 가져와야하는 방식으로 바꿔야 한다고 한다. /* returns external storage paths (directory of external memory card) as array of Strings */ public String[] getExternalStorageDirectories() { List results = new ArrayList(); if (Build.VERSION.SDK_INT >= Buil..
Android
2017. 4. 12. 15:15