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
- 안드로이드
- 백준
- 알고리즘
- BOJ
- hilt
- onLayout
- LiveData
- Algorithm
- sqlite
- CustomView
- 코틀린
- ViewModel
- Coroutine
- notification
- CollapsingToolbarLayout
- room
- DataBinding
- Behavior
- kotlin
- 알림
- Android
- Navigation
- CoordinatorLayout
- onMeasure
- HTTP
- recyclerview
- activity
- AppBarLayout
- View
- lifecycle
Archives
- Today
- Total
목록Notification Channel (1)
개발일지
Android in A..Z - Notification (기본)
Notification 사용자에게 알림을 보내야할 때 사용한다. 앱 또는 사용자가 닫을 때까지 알림창에 표시된다. Head Up Notification 처럼 즉각적으로 알림을 보여줄 수 있다. (Android 5.0(API 21) 이상 가능) Lock Screen에 표시할 수 있고, 보여주는 내용을 지정할 수 있다. (Android 5.0(API 21) 이상 가능) Launcher에서 지원하는 경우 알림 뱃지를 설정할 수 있다. (Android 8.0(API 26) 이상 가능) Notification 구성 Small Icon : 필수 구성요소이며 setSmallIcon을 통해 설정할 수 있다. App Name : 앱 이름, 시스템에서 제공한다. Time : 시스템에서 제공하지만 setWhen으로 설정하거..
Android (안드로이드)/Notification
2021. 7. 15. 15:21