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

Service 어플리케이션이 종료되도 작업을 유지할 수 있는 요소(Android 4대 Component 중 하나이다.)이다. 크게 Background와 Foreground, Bind로 나눌 수 있습니다. Background는 UI가 제공되지 않고 Foreground는 Notification으로 UI가 제공되며 Bind는 Binder로 Service와 통신할 수 있습니다. * Oreo 이상에서 베터리에 대한 규제가 강화되면서 Background Service를 사용하기 어렵습니다. https://developer.android.com/about/versions/oreo/background?hl=ko#services -> 앱 종료시 Background 종료됩니다. * Service를 생성해도 내부적으로 새로..
Android (안드로이드)
2021. 10. 7. 17:07