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

확장형 알림 기존의 알림보다 훨씬 많은 알림을 제공하기 위해 확장형 알림을 사용할 수 있다. 코드 @Singleton class ExtendNotificationManager @Inject constructor( @ApplicationContext private val context: Context ) { companion object { private const val CHANNEL_ID_IMPORTANCE_HIGH = "com.taetae98.notification.EXTEND.IMPORTANCE_HIGH" private const val CHANNEL_ID_IMPORTANCE_LOW = "com.taetae98.notification.EXTEND.IMPORTANCE_LOW" private const..
Android (안드로이드)/Notification
2021. 7. 15. 16:24