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 |
Tags
- onMeasure
- CollapsingToolbarLayout
- Android
- Coroutine
- HTTP
- View
- 백준
- Behavior
- DataBinding
- hilt
- 알림
- Algorithm
- 알고리즘
- 안드로이드
- AppBarLayout
- recyclerview
- lifecycle
- kotlin
- CoordinatorLayout
- sqlite
- ViewModel
- 코틀린
- Navigation
- BOJ
- notification
- activity
- LiveData
- onLayout
- CustomView
- room
Archives
- Today
- Total
목록Device Compatibility (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