일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- AWS
- Android
- utf8 인코딩
- E212: Can't open file for writing
- 에뮬레이터 에러
- BuildConfig
- error while loading state for instance 0x0 of device 'goldfish_pipe
- nginx 한글 깨짐
- basic toast
- 이클립스 코틀린
- git 안드로이드 스튜디오 연동
- git commit 해쉬
- 안드로이드 스튜디오 에러
- 코틀린 플러그인
- 자바
- gitemoji
- doze mode
- ppk to pem
- access modifier
- kotlin plugin
- git
- 도즈모드
- nextInt()
- 탄력적 ip
- aws 리전 변경
- was server
- git 저장소
- aws 느림
- 안드로이드
- toastmessage
- Today
- Total
리얼라이져의 마케팅, 개발, 창업 블로그
drwable과 mipmap 차이 본문
간단하게 말하자면,
drwable 의 경우는 일반적인 이미지 자원을 위한 폴더
mipmap은 아이콘 이미지 자원만을 위한 폴더이다.
기본적으로 동작이 다른건 아니지만, 이렇게 나눠서 쓴다.
아래는 개발자 사이트에 적혀있는 내용이다.
Drawable
For bitmap files (PNG, JPEG, or GIF), 9-Patch image files, and XML files that describe Drawable shapes or Drawable objects that contain multiple states (normal, pressed, or focused). See the Drawable resource type
Mipmap
For app launcher icons. The Android system retains the resources in this folder (and density-specific folders such as mipmap-xxxhdpi) regardless ****of the screen resolution of the device where your app is installed. This behavior allows launcher apps to pick the best resolution icon for your app to display on the home screen. For more information about using the mipmap folders, see Managing Launcher Icons as mipmap Resources.
'IT > 안드로이드' 카테고리의 다른 글
BuildConfig가 안잡힐때 해결법 (0) | 2023.09.09 |
---|---|
안드로이드 스튜디오 - 클래스 생성시 자동 주석 처리 기능 (0) | 2020.09.09 |
Firebase에 안드로이드 프로젝트 등록하기 (0) | 2020.07.28 |
안드로이드 스튜디오 Git 연동 및 Git-Hub 원격 push (0) | 2020.05.15 |
안드로이드 DOZE 모드 관련 처리 공부내용 (6.0, 7.0기준) (2) | 2020.02.08 |