Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 안드로이드
- CoordinatorLayout
- kotlin
- 코틀린
- room
- 백준
- sqlite
- recyclerview
- ViewModel
- 알고리즘
- Navigation
- LiveData
- BOJ
- CustomView
- Behavior
- HTTP
- lifecycle
- hilt
- activity
- Android
- 알림
- CollapsingToolbarLayout
- onLayout
- View
- Coroutine
- DataBinding
- onMeasure
- Algorithm
- AppBarLayout
- notification
Archives
- Today
- Total
목록호환 (1)
개발일지
Android in A..Z - Manifest
Manifest AndroidManifest.xml이라는 파일이며 프로젝트에 꼭 존재해야 합니다. 기본적으로 Build Tool, Android System, Google Play Store에 필요한 정보를 제공하는 역할을 합니다. 주요 요소 Package Name manifest 태그안에 package를 정의합니다. package는 R class를 만들 때 사용하거나 manifest에 선언된 컴포넌트들의 상대 주소를 찾을 때 사용합니다. ... Component Application, Activity, Service, BroadcastReciever, ContentProvider 같은 주요 요소를 선언합니다. (Manifest에 등록하지 않은 Component는 작동되지 않을 수 있습니다.) name ..
Android (안드로이드)
2021. 10. 12. 14:07