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